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 Schuyler Mortimer committed Jul 10, 2024
1 parent b7b3f16 commit c008cac
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 c008cac

Please sign in to comment.