diff options
Diffstat (limited to 'tree-sitter-yts/package.json')
-rw-r--r-- | tree-sitter-yts/package.json | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/tree-sitter-yts/package.json b/tree-sitter-yts/package.json index 2511ccb..013ff3b 100644 --- a/tree-sitter-yts/package.json +++ b/tree-sitter-yts/package.json @@ -15,17 +15,5 @@ }, "scripts": { "test": "tree-sitter test" - }, - "tree-sitter": [ - { - "scope": "source.yts", - "file-types": [ - "yts" - ], - "highlights": [ - "queries/highlights.scm" - ], - "injection-regex": "^(yts)$" - } - ] -} + } +} \ No newline at end of file |