diff options
| author | derekstride <djgstride@gmail.com> | 2021-03-14 22:38:54 -0230 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-07-08 00:15:40 +0200 |
| commit | 8927588e4771070b92fdefef057eec6e6181e465 (patch) | |
| tree | adff33587f0de2b9bb31f32181878561ab287583 /lua/nvim-treesitter/parsers.lua | |
| parent | 6eb35103d08bbd35d9e7e3cd3987d85451c7e329 (diff) | |
Initial SQL support
Diffstat (limited to 'lua/nvim-treesitter/parsers.lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 1e3fc88d..dd830938 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -770,6 +770,14 @@ list.sparql = { maintainers = { "@bonabeavis" }, } +list.sql = { + install_info = { + url = "https://github.com/derekstride/tree-sitter-sql", + files = { "src/parser.c" }, + }, + maintainers = { "@derekstride" }, +} + list.gdscript = { install_info = { url = "https://github.com/PrestonKnopp/tree-sitter-gdscript", |
