Skip to content

Commit

Permalink
Highlight C/C++ escape sequences (helix-editor#6724)
Browse files Browse the repository at this point in the history
  • Loading branch information
LowLevelLover authored and wes-adams committed Jul 3, 2023
1 parent 1c26fd2 commit ad082f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/queries/c/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
(null) @constant
(number_literal) @constant.numeric
(char_literal) @constant.character
(escape_sequence) @constant.character.escape

(call_expression
function: (identifier) @function)
Expand Down

0 comments on commit ad082f2

Please sign in to comment.