Skip to content

Commit 16a6b4b

Browse files
Update tree-sitter-json WASM build to latest
Spotted it falling down on a very large JSON file I had. Seems to be fixed on `master`. Not sure which verison I originally built it from.
1 parent 8742e4f commit 16a6b4b

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

packages/language-json/grammars/modern-tree-sitter-json.cson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ parser: 'tree-sitter-json'
66
injectionRegex: "^(json|JSON)$"
77

88
treeSitter:
9+
parserSource: 'github:tree-sitter/tree-sitter-json#3fef30de8aee74600f25ec2e319b62a1a870d51e'
910
grammar: 'tree-sitter/tree-sitter-json.wasm'
1011
highlightsQuery: 'tree-sitter/queries/highlights.scm'
1112
indentsQuery: 'tree-sitter/queries/indents.scm'
Binary file not shown.

0 commit comments

Comments
 (0)