diff options
author | Michael Davis | 2022-08-21 04:52:52 +0000 |
---|---|---|
committer | GitHub | 2022-08-21 04:52:52 +0000 |
commit | e61c0b461cc5906d8db8ccffe1c0d3530a83c5a5 (patch) | |
tree | 7f715a4e6999499a6e6db308a53566ae732b58f5 | |
parent | 59968d27a4ee590eb06e0f5434988b938f92596b (diff) |
Update tree-sitter-org (#3489)
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.
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index eb4cc5d8..c94e2d09 100644 --- a/languages.toml +++ b/languages.toml @@ -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" |