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