nvim-treesitter/queries/gosum/highlights.scm

34 lines
310 B
Scheme
Raw Normal View History

2023-02-03 10:14:13 -05:00
[
"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