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 f339a7f commit 8e97e5fCopy full SHA for 8e97e5f
tests/minimal_init.vim
@@ -15,7 +15,7 @@ local parser_config = require('nvim-treesitter.parsers').get_parser_configs()
15
parser_config.org = {
16
install_info = {
17
url = 'https://github.com/milisims/tree-sitter-org',
18
- revision = 'main',
+ revision = 'f110024d539e676f25b72b7c80b0fd43c34264ef',
19
files = {'src/parser.c', 'src/scanner.cc'},
20
},
21
filetype = 'org',
0 commit comments