Add language information to 'package.json'

Apparently this is needed by the 'tree-sitter' tooling for syntax
highlighting.
This commit is contained in:
Bruno BELANYI 2022-06-02 17:25:00 +02:00
parent 5866cd4a82
commit 84d25af8d5

View file

@ -15,5 +15,15 @@
},
"scripts": {
"test": "tree-sitter test"
}
},
"tree-sitter": [
{
"scope": "source.tiger",
"file-types": [
"tig",
"tih"
],
"injection-regex": "tiger"
}
]
}