diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 847c07837..fed9b402d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", |
