mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
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.
This commit is contained in:
parent
59968d27a4
commit
e61c0b461c
@ -1157,7 +1157,7 @@ indent = { tab-width = 2, unit = " " }
|
|||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "org"
|
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]]
|
[[language]]
|
||||||
name = "solidity"
|
name = "solidity"
|
||||||
|
Loading…
Reference in New Issue
Block a user