Skip to content

Commit c33e1e3

Browse files
committed
@min and @max
1 parent 3538ae9 commit c33e1e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntax/zig.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ let s:zig_syntax_keywords = {
130130
\ , "@newStackCall"
131131
\ , "@asyncCall"
132132
\ , "@intToPtr"
133-
\ , "@maximum"
134-
\ , "@minimum"
133+
\ , "@max"
134+
\ , "@min"
135135
\ , "@memcpy"
136136
\ , "@memset"
137137
\ , "@mod"

0 commit comments

Comments
 (0)