mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
feat: add CSV, PSV, & TSV
This commit is contained in:
parent
977e932726
commit
17d3398b5b
7 changed files with 54 additions and 5 deletions
|
|
@ -289,6 +289,15 @@ list.css = {
|
|||
maintainers = { "@TravonteD" },
|
||||
}
|
||||
|
||||
list.csv = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-csv",
|
||||
files = { "src/parser.c" },
|
||||
location = "csv",
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.cuda = {
|
||||
install_info = {
|
||||
url = "https://github.com/theHamsta/tree-sitter-cuda",
|
||||
|
|
@ -1240,6 +1249,15 @@ list.prql = {
|
|||
maintainers = { "@matthias-Q" },
|
||||
}
|
||||
|
||||
list.psv = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-csv",
|
||||
files = { "src/parser.c" },
|
||||
location = "psv",
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.pug = {
|
||||
install_info = {
|
||||
url = "https://github.com/zealot128/tree-sitter-pug",
|
||||
|
|
@ -1631,6 +1649,15 @@ list.toml = {
|
|||
maintainers = { "@tk-shirasaka" },
|
||||
}
|
||||
|
||||
list.tsv = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-csv",
|
||||
files = { "src/parser.c" },
|
||||
location = "tsv",
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.tsx = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-typescript",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue