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

pull/6432/head^2
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
1 changed files with 1 additions and 0 deletions

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)