diff options
| author | Steven Sojka <steelsojka@gmail.com> | 2020-07-17 09:01:31 -0500 |
|---|---|---|
| committer | Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | 2020-07-17 16:09:24 +0200 |
| commit | ac14bad7a800b810ca6e14c7ebc5c514a72a7898 (patch) | |
| tree | 5a28b0ad80a27938945e313b9cb939dc9add7b7e /queries | |
| parent | a166d44c8acef593d34d87001dc9b0e152647786 (diff) | |
fix(highlights): add array strings
Diffstat (limited to 'queries')
| -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 bdc35ad9..9bf4279e 100644 --- a/queries/json/highlights.scm +++ b/queries/json/highlights.scm @@ -4,6 +4,7 @@ (number) @number (pair key: (string) @label) (pair value: (string) @string) +(array (string) @string) (string_content (escape_sequence) @string.escape) (ERROR) @error "," @punctuation.delimiter |
