diff options
| author | Lewis Russell <lewis6991@gmail.com> | 2022-09-26 10:19:02 +0100 |
|---|---|---|
| committer | Lewis Russell <me@lewisr.dev> | 2022-09-26 13:47:12 +0100 |
| commit | 37398c7d68826c8d6ae3f85cc52d83fd3dee4f84 (patch) | |
| tree | 97e1e895bdd180305a2e7584fae25c465bfe0c48 /queries/go | |
| parent | d712b1bed1f4bb591f18b758d2f340a93a0629fd (diff) | |
feat(spell): support more languages
Diffstat (limited to 'queries/go')
| -rw-r--r-- | queries/go/highlights.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/queries/go/highlights.scm b/queries/go/highlights.scm index d68284ed..aaa6fe6b 100644 --- a/queries/go/highlights.scm +++ b/queries/go/highlights.scm @@ -185,8 +185,7 @@ ; Literals (interpreted_string_literal) @string -(raw_string_literal) @string -(raw_string_literal) @spell +(raw_string_literal) @string @spell (rune_literal) @string (escape_sequence) @string.escape @@ -202,8 +201,7 @@ . (literal_element (identifier) @field)) (field_declaration name: (field_identifier) @field) -(comment) @comment -(comment) @spell +(comment) @comment @spell (ERROR) @error |
