mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
feat: add gosum
This commit is contained in:
parent
588cdb6c06
commit
98a52ce300
4 changed files with 46 additions and 0 deletions
|
|
@ -534,6 +534,15 @@ list.gomod = {
|
|||
filetype = "gomod",
|
||||
}
|
||||
|
||||
list.gosum = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-go-sum",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
filetype = "gosum",
|
||||
}
|
||||
|
||||
list.gowork = {
|
||||
install_info = {
|
||||
url = "https://github.com/omertuc/tree-sitter-go-work",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue