Fix the ":" in symbols when used in pairs

This fixes the colon not being highlighted when a symbol is represented
in a pair like so:

    symbol: true
This commit is contained in:
TravonteD 2020-06-22 11:18:34 -04:00 committed by Thomas Vigouroux
parent def8c20dd7
commit 09c2e6e0a7

View file

@ -131,6 +131,7 @@
(symbol)
] @constant
(pair key: (symbol) ":" @constant)
(regex) @string.regex
(escape_sequence) @string.escape
(integer) @number