Skip to content

Commit 8e97e5f

Browse files
Fix ts parser revision in tests.
1 parent f339a7f commit 8e97e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/minimal_init.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ local parser_config = require('nvim-treesitter.parsers').get_parser_configs()
1515
parser_config.org = {
1616
install_info = {
1717
url = 'https://github.com/milisims/tree-sitter-org',
18-
revision = 'main',
18+
revision = 'f110024d539e676f25b72b7c80b0fd43c34264ef',
1919
files = {'src/parser.c', 'src/scanner.cc'},
2020
},
2121
filetype = 'org',

0 commit comments

Comments
 (0)