highlights(c): make sizeof a keyword.operator

This commit is contained in:
Sergio Alejandro Vargas 2021-08-29 14:53:10 -05:00 committed by Thomas Vigouroux
parent a5f62c5764
commit 9446ff4aa4

View file

@ -6,7 +6,6 @@
"enum"
"extern"
"inline"
"sizeof"
"static"
"struct"
"typedef"
@ -16,6 +15,7 @@
"register"
] @keyword
"sizeof" @keyword.operator
"return" @keyword.return
[