From a923cb3fd7ae8339e431c919039ff7eab953eebb Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Sun, 3 Mar 2019 18:20:47 -0800 Subject: [PATCH] Update tree-sitter section of package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 97045fc..7c6faef 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,7 @@ }, "tree-sitter": [ { - "name": "HTML", - "textmate-scope": "text.html.basic", + "scope": "text.html.basic", "file-types": ["html"], "highlights": "src/highlights.json", "injection-regex": "html"