Skip to content

Commit 57cf939

Browse files
Update tree-sitter grammar to the latest version. Fixes #370
1 parent c4a16f0 commit 57cf939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/orgmode/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_G.orgmode = _G.orgmode or {}
2-
local ts_revision = 'a2c1946d78fa8529bb4cfedd598fd6dbce5c79a7'
2+
local ts_revision = '698bb1a34331e68f83fc24bdd1b6f97016bb30de'
33
local setup_ts_grammar_used = false
44
local instance = nil
55

0 commit comments

Comments
 (0)