mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -04:00
highlights(c): make sizeof a keyword.operator
This commit is contained in:
parent
a5f62c5764
commit
9446ff4aa4
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
"enum"
|
"enum"
|
||||||
"extern"
|
"extern"
|
||||||
"inline"
|
"inline"
|
||||||
"sizeof"
|
|
||||||
"static"
|
"static"
|
||||||
"struct"
|
"struct"
|
||||||
"typedef"
|
"typedef"
|
||||||
|
|
@ -16,6 +15,7 @@
|
||||||
"register"
|
"register"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
|
"sizeof" @keyword.operator
|
||||||
"return" @keyword.return
|
"return" @keyword.return
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue