fix(highlights): add array strings

This commit is contained in:
Steven Sojka 2020-07-17 09:01:31 -05:00 committed by Thomas Vigouroux
parent a166d44c8a
commit ac14bad7a8

View file

@ -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