diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-04-10 12:44:59 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-04-10 12:51:09 +0200 |
| commit | a5728b36e488306fff79402a1fa5c0471ba2a789 (patch) | |
| tree | a082221f4aaff47055ce174482ad93bf7905cabf /queries/json | |
| parent | 7141393f1284f518e4393da24ebda0a03111e6fd (diff) | |
highlights(json): highlight ":"
Fixes #2703
Diffstat (limited to 'queries/json')
| -rw-r--r-- | queries/json/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/json/highlights.scm b/queries/json/highlights.scm index 89de9047..1ac77898 100644 --- a/queries/json/highlights.scm +++ b/queries/json/highlights.scm @@ -7,7 +7,7 @@ (array (string) @string) (string_content (escape_sequence) @string.escape) (ERROR) @error -"," @punctuation.delimiter +["," ":"] @punctuation.delimiter "[" @punctuation.bracket "]" @punctuation.bracket "{" @punctuation.bracket |
