mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -04:00
fix(cpp): nullptr should be @constant.builtin
This commit is contained in:
parent
f1a0b815ba
commit
6a269f197e
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@
|
||||||
; Constants
|
; Constants
|
||||||
|
|
||||||
(this) @variable.builtin
|
(this) @variable.builtin
|
||||||
(nullptr) @constant
|
(nullptr) @constant.builtin
|
||||||
|
|
||||||
(true) @boolean
|
(true) @boolean
|
||||||
(false) @boolean
|
(false) @boolean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue