mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
fix(c)!: update C, CPP parsers and queries
also update derived parsers (arduino, cuda, glsl, hlsl, ispc, objc)
This commit is contained in:
parent
203981d288
commit
ad3805f5c3
7 changed files with 68 additions and 93 deletions
|
|
@ -160,7 +160,7 @@
|
|||
; Constants
|
||||
|
||||
(this) @variable.builtin
|
||||
(nullptr) @constant.builtin
|
||||
(null "nullptr" @constant.builtin)
|
||||
|
||||
(true) @boolean
|
||||
(false) @boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue