Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/go-format-string/highlights.scm')
| -rw-r--r-- | runtime/queries/go-format-string/highlights.scm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/runtime/queries/go-format-string/highlights.scm b/runtime/queries/go-format-string/highlights.scm deleted file mode 100644 index 68d64ebd..00000000 --- a/runtime/queries/go-format-string/highlights.scm +++ /dev/null @@ -1,21 +0,0 @@ -(escaped_percent_sign) @constant.character.escape - -"." @punctuation.delimiter -"%" @punctuation.special - -[ - "[" - "]" -] @punctuation.bracket - -(explicit_argument_index) @constant.numeric - -(flag) @constant.builtin - -(width) @constant.numeric.integer -(precision) @constant.numeric.float -(asterisk) @string.special.symbol - -(verb) @type - -(text) @string |