aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorFarzin2023-04-12 14:55:22 +0000
committerGitHub2023-04-12 14:55:22 +0000
commitfed5e6e646b157faa3fd2be494209e68e132a8c1 (patch)
treebae4818dff8d1599c74794e9da3765c2b7286883 /runtime
parentf6d65cf089a0b845ef01b91d0424a9ffe1e9ea45 (diff)
Highlight C/C++ escape sequences (#6724)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/queries/c/highlights.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queries/c/highlights.scm b/runtime/queries/c/highlights.scm
index 8122216d..07915f4e 100644
--- a/runtime/queries/c/highlights.scm
+++ b/runtime/queries/c/highlights.scm
@@ -107,6 +107,7 @@
(null) @constant
(number_literal) @constant.numeric
(char_literal) @constant.character
+(escape_sequence) @constant.character.escape
(call_expression
function: (identifier) @function)