Skip to content

Commit 440e3de

Browse files
Update tree-sitter grammar to latest version. Fixes #362
1 parent 84ff220 commit 440e3de

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 = '698bb1a34331e68f83fc24bdd1b6f97016bb30de'
2+
local ts_revision = 'eb1e080361ad885e3885d1037d9b57f81b579de8'
33
local setup_ts_grammar_used = false
44
local instance = nil
55

0 commit comments

Comments
 (0)