Add language information to 'package.json'
Apparently this is needed by the 'tree-sitter' tooling for syntax highlighting.
This commit is contained in:
parent
5866cd4a82
commit
84d25af8d5
10
package.json
10
package.json
|
@ -15,5 +15,15 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tree-sitter test"
|
"test": "tree-sitter test"
|
||||||
|
},
|
||||||
|
"tree-sitter": [
|
||||||
|
{
|
||||||
|
"scope": "source.tiger",
|
||||||
|
"file-types": [
|
||||||
|
"tig",
|
||||||
|
"tih"
|
||||||
|
],
|
||||||
|
"injection-regex": "tiger"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue