feat: add gosum

This commit is contained in:
Amaan Qureshi 2023-02-03 10:14:13 -05:00 committed by ObserverOfTime
parent 588cdb6c06
commit 98a52ce300
4 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,33 @@
[
"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