1

Update generated neovim config

This commit is contained in:
2024-08-15 14:28:54 +02:00
parent 07409c223d
commit 25cfcf2941
3809 changed files with 351157 additions and 0 deletions

View File

@ -0,0 +1,18 @@
[
"require"
"replace"
"go"
"toolchain"
"exclude"
"retract"
"module"
] @keyword
"=>" @operator
(comment) @comment
[
(version)
(go_version)
] @string

View File

@ -0,0 +1,29 @@
(require_directive
"require" @structure.anchor
("(") @structure.open
(")") @structure.close
)
(exclude_directive
"exclude" @structure.anchor
("(") @structure.open
(")") @structure.close
)
(module_directive
"module" @structure.anchor
("(") @structure.open
(")") @structure.close
)
(replace_directive
"replace" @structure.anchor
("(") @structure.open
(")") @structure.close
)
(retract_directive
"retract" @structure.anchor
("(") @structure.open
(")") @structure.close
)