mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17: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 = {
|
||||
install_info = {
|
||||
url = "https://github.com/camdencheek/tree-sitter-go-mod",
|
||||
branch = "main",
|
||||
branch = "main",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = {"@camdencheek"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue