Skip to content

Commit 96f0251

Browse files
BREAKING CHANGE - Update tree-sitter parser revision to specific commit.
Main branch of the tree-sitter-org grammar is getting a big update which will break current orgmode.nvim functionality. Hardcoding the specific commit will prevent that from happening.
1 parent 80f0722 commit 96f0251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ local parser_config = require "nvim-treesitter.parsers".get_parser_configs()
7575
parser_config.org = {
7676
install_info = {
7777
url = 'https://github.com/milisims/tree-sitter-org',
78-
revision = 'main',
78+
revision = 'f110024d539e676f25b72b7c80b0fd43c34264ef',
7979
files = {'src/parser.c', 'src/scanner.cc'},
8080
},
8181
filetype = 'org',
@@ -105,7 +105,7 @@ local parser_config = require "nvim-treesitter.parsers".get_parser_configs()
105105
parser_config.org = {
106106
install_info = {
107107
url = 'https://github.com/milisims/tree-sitter-org',
108-
revision = 'main',
108+
revision = 'f110024d539e676f25b72b7c80b0fd43c34264ef',
109109
files = {'src/parser.c', 'src/scanner.cc'},
110110
},
111111
filetype = 'org',

0 commit comments

Comments
 (0)