This commit is contained in:
Cameron 2025-12-04 12:51:23 +01:00 committed by GitHub
parent 11c47fe2ca
commit 160af8d0ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -193,11 +193,12 @@
(hash_key_symbol)
] @string.special.symbol
(delimited_symbol
(delimited_symbol
(string_content) @string.special.symbol)
; Ensure "symbol" highlight has priority over "string" highlight for closing " char.
((delimited_symbol) @string.special.symbol (#set! priority 101))
((delimited_symbol) @string.special.symbol
(#set! priority 101))
(regex
(string_content) @string.regexp)