diff options
| author | Lewis Russell <lewis6991@gmail.com> | 2022-09-06 11:56:27 +0100 |
|---|---|---|
| committer | Lewis Russell <me@lewisr.dev> | 2022-09-06 12:44:19 +0100 |
| commit | 2a63ea5665a6de96acd31a045d9d4d73272ff5a9 (patch) | |
| tree | 348be916a4d33581fd2703d88878dd33fd625741 /queries/json | |
| parent | 3e09c81b4c33bf14907b8a59025904d14c234b1e (diff) | |
feat(spell): upstream spell queries from spellsitter
Diffstat (limited to 'queries/json')
| -rw-r--r-- | queries/json/highlights.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/queries/json/highlights.scm b/queries/json/highlights.scm index 1ac77898..f41b44a5 100644 --- a/queries/json/highlights.scm +++ b/queries/json/highlights.scm @@ -6,6 +6,7 @@ (pair value: (string) @string) (array (string) @string) (string_content (escape_sequence) @string.escape) +(string_content) @spell (ERROR) @error ["," ":"] @punctuation.delimiter "[" @punctuation.bracket |
