fix: nullptr being a c23 keyword, it was moved next to NULL as a C constant

pull/13504/head
Jules Wiriath 2025-05-10 14:23:31 +02:00
parent f557ad5dc3
commit 9e13e9fa8d
No known key found for this signature in database
GPG Key ID: C2AEA5BEF01346C2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
; Constants ; Constants
(this) @variable.builtin (this) @variable.builtin
(nullptr) @constant.builtin (null) @constant.builtin
; Types ; Types