Update tree-sitter section of package.json

This commit is contained in:
Max Brunsfeld 2019-03-03 18:20:47 -08:00
parent faa7edc877
commit a923cb3fd7
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@
}, },
"tree-sitter": [ "tree-sitter": [
{ {
"name": "HTML", "scope": "text.html.basic",
"textmate-scope": "text.html.basic",
"file-types": ["html"], "file-types": ["html"],
"highlights": "src/highlights.json", "highlights": "src/highlights.json",
"injection-regex": "html" "injection-regex": "html"