diff options
Diffstat (limited to 'tree-sitter-yts/src')
-rw-r--r-- | tree-sitter-yts/src/grammar.json | 1 | ||||
-rw-r--r-- | tree-sitter-yts/src/node-types.json | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tree-sitter-yts/src/grammar.json b/tree-sitter-yts/src/grammar.json index a63633b..65e8122 100644 --- a/tree-sitter-yts/src/grammar.json +++ b/tree-sitter-yts/src/grammar.json @@ -283,4 +283,3 @@ "inline": [], "supertypes": [] } - diff --git a/tree-sitter-yts/src/node-types.json b/tree-sitter-yts/src/node-types.json index c4a588e..4724111 100644 --- a/tree-sitter-yts/src/node-types.json +++ b/tree-sitter-yts/src/node-types.json @@ -198,4 +198,4 @@ "type": "watch", "named": false } -] \ No newline at end of file +] |