diff options
author | Blaž Hrastnik | 2021-09-02 05:58:57 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-09-06 06:25:46 +0000 |
commit | a6108baec9455f223211b458e2328087e7fa3280 (patch) | |
tree | 5010a753f44516e8a398c04323d0438418aa931b /runtime/queries/yaml | |
parent | 37606bad47fe0e197cb34fc7d52856597c32ce33 (diff) |
Improve grammar definitions
Diffstat (limited to 'runtime/queries/yaml')
-rw-r--r-- | runtime/queries/yaml/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/yaml/highlights.scm b/runtime/queries/yaml/highlights.scm index 4ebb4440..2955a4ce 100644 --- a/runtime/queries/yaml/highlights.scm +++ b/runtime/queries/yaml/highlights.scm @@ -1,6 +1,6 @@ (block_mapping_pair key: (_) @property) (flow_mapping (_ key: (_) @property)) -(boolean_scalar) @boolean +(boolean_scalar) @constant.builtin.boolean (null_scalar) @constant.builtin (double_quote_scalar) @string (single_quote_scalar) @string |