diff options
author | Farzin | 2023-04-12 14:55:22 +0000 |
---|---|---|
committer | GitHub | 2023-04-12 14:55:22 +0000 |
commit | fed5e6e646b157faa3fd2be494209e68e132a8c1 (patch) | |
tree | bae4818dff8d1599c74794e9da3765c2b7286883 | |
parent | f6d65cf089a0b845ef01b91d0424a9ffe1e9ea45 (diff) |
Highlight C/C++ escape sequences (#6724)
-rw-r--r-- | runtime/queries/c/highlights.scm | 1 |
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) |