feat: add CSV, PSV, & TSV

This commit is contained in:
Amaan Qureshi 2023-08-17 04:07:43 -04:00
parent 977e932726
commit 17d3398b5b
7 changed files with 54 additions and 5 deletions

View file

@ -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",