mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17: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
|
||||
|
||||
(this) @variable.builtin
|
||||
(nullptr) @constant
|
||||
(nullptr) @constant.builtin
|
||||
|
||||
(true) @boolean
|
||||
(false) @boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue