We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144c264 commit be6811bCopy full SHA for be6811b
lua/orgmode/init.lua
@@ -1,5 +1,5 @@
1
_G.orgmode = _G.orgmode or {}
2
-local ts_revision = '081179c52b3e8175af62b9b91dc099d010c38770'
+local ts_revision = 'f8c6b1e72f82f17e41004e04e15f62a83ecc27b0'
3
local setup_ts_grammar_used = false
4
local instance = nil
5
@@ -69,9 +69,9 @@ local function setup_ts_grammar(revision)
69
local parser_config = require('nvim-treesitter.parsers').get_parser_configs()
70
parser_config.org = {
71
install_info = {
72
- url = 'https://github.com/milisims/tree-sitter-org',
+ url = 'https://github.com/nvim-orgmode/tree-sitter-org',
73
revision = revision or ts_revision,
74
- files = { 'src/parser.c', 'src/scanner.cc' },
+ files = { 'src/parser.c', 'src/scanner.c' },
75
},
76
filetype = 'org',
77
}
0 commit comments