mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
fix: grammar url
This commit is contained in:
parent
611111ec7e
commit
906507d9bd
1 changed files with 1 additions and 1 deletions
|
|
@ -1178,7 +1178,7 @@ list.tiger = {
|
||||||
|
|
||||||
list.sxhkdrc = {
|
list.sxhkdrc = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "~/sectors/treesitter/tree-sitter-sxhkdrc",
|
url = "https://github.com/RaafatTurki/tree-sitter-sxhkdrc",
|
||||||
files = {"src/parser.c"},
|
files = {"src/parser.c"},
|
||||||
branch = "master",
|
branch = "master",
|
||||||
generate_requires_npm = false,
|
generate_requires_npm = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue