Skip to content

Commit ac2d917

Browse files
committed
remove @fabs, add @abs
1 parent 15841fc commit ac2d917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/zig.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ let s:zig_syntax_keywords = {
202202
\ , "@log"
203203
\ , "@log2"
204204
\ , "@log10"
205-
\ , "@fabs"
205+
\ , "@abs"
206206
\ , "@floor"
207207
\ , "@ceil"
208208
\ , "@trunc"

0 commit comments

Comments
 (0)