nvim-treesitter/queries/gosum/highlights.scm
2023-02-03 20:38:40 +02:00

33 lines
310 B
Scheme

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