Skip to content

Commit 2379195

Browse files
LowLevelLoverTriton171
authored andcommittedJun 18, 2023
Highlight C/C++ escape sequences (helix-editor#6724)
1 parent a8459dd commit 2379195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎runtime/queries/c/highlights.scm

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
(null) @constant
108108
(number_literal) @constant.numeric
109109
(char_literal) @constant.character
110+
(escape_sequence) @constant.character.escape
110111

111112
(call_expression
112113
function: (identifier) @function)

0 commit comments

Comments
 (0)