mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
highlights(cpp): add static_assert
This commit is contained in:
parent
9799a80c55
commit
dff252d32a
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@
|
||||||
(#match? @constructor "^[A-Z]"))
|
(#match? @constructor "^[A-Z]"))
|
||||||
|
|
||||||
(operator_name) @function
|
(operator_name) @function
|
||||||
|
"static_assert" @function.builtin
|
||||||
|
|
||||||
(call_expression
|
(call_expression
|
||||||
function: (scoped_identifier
|
function: (scoped_identifier
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue