Skip to content

Commit

Permalink
Update tree-sitter-org (#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 committed Aug 21, 2022
1 parent 59968d2 commit e61c0b4
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 e61c0b4

Please sign in to comment.