Skip to content

Commit

Permalink
Update tree-sitter-json WASM build to latest
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
savetheclocktower committed Jan 11, 2024
1 parent 254440e commit 50bfa51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ parser: 'tree-sitter-json'
injectionRegex: "^(json|JSON)$"

treeSitter:
parserSource: 'github:tree-sitter/tree-sitter-json#3fef30de8aee74600f25ec2e319b62a1a870d51e'
grammar: 'tree-sitter/tree-sitter-json.wasm'
highlightsQuery: 'tree-sitter/queries/highlights.scm'
indentsQuery: 'tree-sitter/queries/indents.scm'
Expand Down
Binary file not shown.

0 comments on commit 50bfa51

Please sign in to comment.