mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
Fix indentation
This commit is contained in:
parent
859fbf8240
commit
7390cf4590
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ list.go = {
|
||||||
list.gomod = {
|
list.gomod = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/camdencheek/tree-sitter-go-mod",
|
url = "https://github.com/camdencheek/tree-sitter-go-mod",
|
||||||
branch = "main",
|
branch = "main",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c" },
|
||||||
},
|
},
|
||||||
maintainers = {"@camdencheek"},
|
maintainers = {"@camdencheek"},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue