Skip to content

Commit

Permalink
Just replace the selector for null
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Feb 21, 2025
1 parent 354e621 commit 34de10c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/languages/src/c/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@
(false)
] @boolean

[
(null)
] @constant.builtin
(null) @constant.builtin

(identifier) @variable

Expand Down

0 comments on commit 34de10c

Please sign in to comment.