Files
nvim-treesitter/runtime/queries/gomod/highlights.scm
2025-05-12 18:43:40 +02:00

35 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