nvim-treesitter/queries/gomod/highlights.scm
2025-02-19 17:28:07 +01:00

34 lines
381 B
Scheme

[
"require"
"replace"
"go"
"toolchain"
"exclude"
"retract"
"module"
] @keyword
"=>" @operator
(comment) @comment @spell
(module_path) @string.special.url
(tool_directive) @keyword.directive
(tool) @string.special.url
[
(version)
(go_version)
(toolchain_name)
] @string.special
[
"("
")"
"["
"]"
] @punctuation.bracket
"," @punctuation.delimiter