about summary refs log tree commit diff stats
path: root/tree-sitter-yts/tree-sitter.json
diff options
context:
space:
mode:
Diffstat (limited to 'tree-sitter-yts/tree-sitter.json')
-rw-r--r--tree-sitter-yts/tree-sitter.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/tree-sitter-yts/tree-sitter.json b/tree-sitter-yts/tree-sitter.json
index 380caf6..f1a0586 100644
--- a/tree-sitter-yts/tree-sitter.json
+++ b/tree-sitter-yts/tree-sitter.json
@@ -5,12 +5,8 @@
       "camelcase": "Yts",
       "scope": "source.yts",
       "path": ".",
-      "file-types": [
-        "yts"
-      ],
-      "highlights": [
-        "queries/highlights.scm"
-      ],
+      "file-types": ["yts"],
+      "highlights": ["queries/highlights.scm"],
       "injection-regex": "^(yts)$"
     }
   ],