From 98a52ce300d2f8ba3bf7838e08396d829aaef078 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Fri, 3 Feb 2023 10:14:13 -0500 Subject: feat: add gosum --- queries/gosum/highlights.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 queries/gosum/highlights.scm (limited to 'queries') diff --git a/queries/gosum/highlights.scm b/queries/gosum/highlights.scm new file mode 100644 index 000000000..d19dde45a --- /dev/null +++ b/queries/gosum/highlights.scm @@ -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 -- cgit v1.2.3-70-g09d2