feat(csharp): highlight excape sequences (#6229)

This commit is contained in:
Omar Valdez 2024-03-03 02:24:46 -08:00 committed by GitHub
parent 533ad655ad
commit 00bd760a0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,6 +93,8 @@
(interpolated_string_expression)
] @string
(escape_sequence) @string.escape
(boolean_literal) @boolean
(predefined_type) @type.builtin