Skip to content

Commit be6811b

Browse files
deps: Update tree-sitter parser url
1 parent 144c264 commit be6811b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/orgmode/init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_G.orgmode = _G.orgmode or {}
2-
local ts_revision = '081179c52b3e8175af62b9b91dc099d010c38770'
2+
local ts_revision = 'f8c6b1e72f82f17e41004e04e15f62a83ecc27b0'
33
local setup_ts_grammar_used = false
44
local instance = nil
55

@@ -69,9 +69,9 @@ local function setup_ts_grammar(revision)
6969
local parser_config = require('nvim-treesitter.parsers').get_parser_configs()
7070
parser_config.org = {
7171
install_info = {
72-
url = 'https://github.com/milisims/tree-sitter-org',
72+
url = 'https://github.com/nvim-orgmode/tree-sitter-org',
7373
revision = revision or ts_revision,
74-
files = { 'src/parser.c', 'src/scanner.cc' },
74+
files = { 'src/parser.c', 'src/scanner.c' },
7575
},
7676
filetype = 'org',
7777
}

0 commit comments

Comments
 (0)