Highlight C/C++ escape sequences (#6724)

This commit is contained in:
Farzin 2023-04-12 18:25:22 +03:30 committed by GitHub
parent f6d65cf089
commit fed5e6e646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,7 @@
(null) @constant
(number_literal) @constant.numeric
(char_literal) @constant.character
(escape_sequence) @constant.character.escape
(call_expression
function: (identifier) @function)