fix(cpp): nullptr should be @constant.builtin

This commit is contained in:
Amaan Qureshi 2023-03-19 06:05:23 -04:00
parent f1a0b815ba
commit 6a269f197e

View file

@ -114,7 +114,7 @@
; Constants
(this) @variable.builtin
(nullptr) @constant
(nullptr) @constant.builtin
(true) @boolean
(false) @boolean