diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 833e5a918..5b4ece1b9 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -104,6 +104,16 @@ list.go = { maintainers = {"@theHamsta", "@WinWisely268"}, } +list.gomod = { + install_info = { + url = "https://github.com/camdencheek/tree-sitter-go-mod", + branch = "main", + files = { "src/parser.c" }, + }, + maintainers = {"@camdencheek"}, + filetype = "gomod", +} + list.graphql = { install_info = { url = "https://github.com/bkegley/tree-sitter-graphql", |
