mirror of https://github.com/helix-editor/helix
fix: nullptr being a c23 keyword, it was moved next to NULL as a C constant
parent
f557ad5dc3
commit
9e13e9fa8d
|
@ -3,7 +3,7 @@
|
||||||
; Constants
|
; Constants
|
||||||
|
|
||||||
(this) @variable.builtin
|
(this) @variable.builtin
|
||||||
(nullptr) @constant.builtin
|
(null) @constant.builtin
|
||||||
|
|
||||||
; Types
|
; Types
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue