File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tree-sitter-vimdoc" ,
3
- "version" : " 0.1.0 " ,
4
- "description" : " A tree -sitter parser for Vim help files" ,
3
+ "version" : " 1.2.4 " ,
4
+ "description" : " Tree -sitter parser for Vim help files" ,
5
5
"main" : " bindings/node" ,
6
6
"scripts" : {
7
7
"build" : " tree-sitter generate" ,
8
8
"test" : " tree-sitter test"
9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" : " git+https://github.com/vigoux /tree-sitter-vimdoc.git"
12
+ "url" : " git+https://github.com/neovim /tree-sitter-vimdoc.git"
13
13
},
14
14
"keywords" : [
15
15
" tree-sitter" ,
16
16
" vim" ,
17
+ " nvim" ,
18
+ " neovim" ,
17
19
" vimdoc"
18
20
],
19
21
"author" : " Thomas Vigouroux <tomvig38@gmail.com>" ,
20
22
"license" : " Apache-2.0" ,
21
23
"bugs" : {
22
- "url" : " https://github.com/vigoux /tree-sitter-vimdoc/issues"
24
+ "url" : " https://github.com/neovim /tree-sitter-vimdoc/issues"
23
25
},
24
- "homepage" : " https://github.com/vigoux /tree-sitter-vimdoc#readme" ,
26
+ "homepage" : " https://github.com/neovim /tree-sitter-vimdoc#readme" ,
25
27
"dependencies" : {
26
28
"nan" : " ^2.15.0"
27
29
},
You can’t perform that action at this time.
0 commit comments