From e61c0b461cc5906d8db8ccffe1c0d3530a83c5a5 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Sat, 20 Aug 2022 23:52:52 -0500 Subject: [PATCH] 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. --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"