diff options
| -rw-r--r-- | queries/gomod/highlights.scm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/queries/gomod/highlights.scm b/queries/gomod/highlights.scm index 29cbe6574..ff33df3ab 100644 --- a/queries/gomod/highlights.scm +++ b/queries/gomod/highlights.scm @@ -17,4 +17,14 @@ [ (version) (go_version) -] @string + (toolchain_name) +] @string.special + +[ + "(" + ")" + "[" + "]" +] @punctuation.bracket + +"," @punctuation.delimiter |
