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" "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
[ [