Skip to content

Commit a0d9ade

Browse files
committed
add @constCast and @volatileCast
1 parent c8caa9a commit a0d9ade

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

syntax/zig.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ let s:zig_syntax_keywords = {
108108
\ , "@cmpxchgStrong"
109109
\ , "@compileError"
110110
\ , "@compileLog"
111+
\ , "@constCast"
111112
\ , "@ctz"
112113
\ , "@popCount"
113114
\ , "@divExact"
@@ -189,6 +190,7 @@ let s:zig_syntax_keywords = {
189190
\ , "@frameSize"
190191
\ , "@bitReverse"
191192
\ , "@Vector"
193+
\ , "@volatileCast"
192194
\ , "@sin"
193195
\ , "@cos"
194196
\ , "@tan"

0 commit comments

Comments
 (0)