mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 06:50:06 -04:00
fix: declare parse names as their appropriate filetype and change clone url
This commit is contained in:
parent
516671fe9f
commit
ad636f4f53
1 changed files with 6 additions and 6 deletions
|
|
@ -61,9 +61,9 @@ parserlist.ruby = {
|
|||
}
|
||||
}
|
||||
|
||||
parserlist.bash = {
|
||||
parserlist.sh = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-bash",
|
||||
url = "https://github.com/nvim-treesitter/tree-sitter-bash",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
}
|
||||
}
|
||||
|
|
@ -124,9 +124,9 @@ parserlist.swift = {
|
|||
}
|
||||
}
|
||||
|
||||
parserlist.csharp = {
|
||||
parserlist.cs = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-c-sharp",
|
||||
url = "https://github.com/nvim-treesitter/tree-sitter-c-sharp",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
}
|
||||
}
|
||||
|
|
@ -139,9 +139,9 @@ parserlist.typescript = {
|
|||
}
|
||||
}
|
||||
|
||||
parserlist.tsx = {
|
||||
parserlist.typescriptreact = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-typescript",
|
||||
url = "https://github.com/nvim-treesitter/tree-sitter-typescript",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
location = "tree-sitter-tsx/tsx"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue