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

32 lines
346 B
Scheme

[
"alpha"
"beta"
"dev"
"pre"
"rc"
"+incompatible"
] @keyword
(module_path) @string.special.url
(module_version) @string.special
(hash_version) @attribute
(hash) @string.special.symbol
[
(number)
(number_with_decimal)
(hex_number)
] @number
(checksum
"go.mod" @string)
[
":"
"."
"-"
"/"
] @punctuation.delimiter