Skip to content

Commit 0adf3a1

Browse files
committed
add @maximum and @minimum
1 parent e77b52c commit 0adf3a1

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
@@ -128,6 +128,8 @@ let s:zig_syntax_keywords = {
128128
\ , "@newStackCall"
129129
\ , "@asyncCall"
130130
\ , "@intToPtr"
131+
\ , "@maximum"
132+
\ , "@minimum"
131133
\ , "@memcpy"
132134
\ , "@memset"
133135
\ , "@mod"

0 commit comments

Comments
 (0)