Skip to content

Commit

Permalink
Update tree-sitter-org (helix-editor#3489)
Browse files Browse the repository at this point in the history
The update fixes a bug that caused the external scanner to hang during
error recovery.

Looking at the diff, there are no structural changes in this update.
There are a few new fields and it looks like some edge-case fixes
but nothing that breaks compatibility with the current queries.
  • Loading branch information
the-mikedavis authored and AlexanderBrevig committed Aug 29, 2022
1 parent 50e0e7b commit ebf428d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ indent = { tab-width = 2, unit = " " }

[[grammar]]
name = "org"
source = { git = "https://github.com/milisims/tree-sitter-org", rev = "1c3eb533a9cf6800067357b59e03ac3f91fc3a54" }
source = { git = "https://github.com/milisims/tree-sitter-org", rev = "698bb1a34331e68f83fc24bdd1b6f97016bb30de" }

[[language]]
name = "solidity"
Expand Down

0 comments on commit ebf428d

Please sign in to comment.