Skip to content

Commit 118d9b7

Browse files
committed
add more builtins
1 parent 10ff263 commit 118d9b7

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
@@ -199,6 +199,8 @@ let s:zig_syntax_keywords = {
199199
\ , "@floor"
200200
\ , "@ceil"
201201
\ , "@trunc"
202+
\ , "@wasmMemorySize"
203+
\ , "@wasmMemoryGrow"
202204
\ , "@round"]
203205
\ }
204206

0 commit comments

Comments
 (0)