File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ syntax keyword zigStorageClass
26
26
syntax keyword zigDummyVariable _
27
27
syntax keyword zigKeyword var const fn try test pub comptime
28
28
syntax keyword zigStatement return break continue asm defer errdefer
29
- syntax keyword zigMacro nosuspend suspend resume export extern
29
+ syntax keyword zigMacro export extern
30
+ syntax keyword zigAsync nosuspend suspend resume
30
31
syntax keyword zigPreProc addrspace align callconv catch inline noalias noinline threadlocal
31
32
syntax keyword zigBuiltinFn @addrSpaceCast @addWithOverflow @alignCast @alignOf @as @atomicLoad @atomicRmw @atomicStore @bitCast @bitOffsetOf @bitSizeOf @branchHint @breakpoint @mulAdd @byteSwap @bitReverse @offsetOf @call @cDefine @cImport @cInclude @clz @cmpxchgStrong @cmpxchgWeak @compileError @compileLog @constCast @ctz @cUndef @cVaArg @cVaCopy @cVaEnd @cVaStart @disableInstrumentation @disableIntrinsics @divExact @divFloor @divTrunc @embedFile @enumFromInt @errorFromInt @errorName @errorReturnTrace @errorCast @export @extern @field @fieldParentPtr @FieldType @floatCast @floatFromInt @frameAddress @hasDecl @hasField @import @inComptime @intCast @intFromBool @intFromEnum @intFromError @intFromFloat @intFromPtr @max @memcpy @memmove @memset @min @wasmMemorySize @wasmMemoryGrow @mod @mulWithOverflow @panic @popCount @prefetch @ptrCast @ptrFromInt @rem @returnAddress @select @setEvalBranchQuota @setFloatMode @setRuntimeSafety @shlExact @shlWithOverflow @shrExact @shuffle @sizeOf @splat @reduce @src @sqrt @sin @cos @tan @exp @exp2 @log @log2 @log10 @abs @floor @ceil @trunc @round @subWithOverflow @tagName @This @trap @truncate @Type @typeInfo @typeName @TypeOf @unionInit @Vector @volatileCast @workGroupId @workGroupSize @workItemId
32
33
@@ -97,6 +98,7 @@ highlight default link zigConditional Conditional
97
98
highlight default link zigComparatorWord zigStatement
98
99
highlight default link zigRepeat Repeat
99
100
highlight default link zigSpecial Special
101
+ highlight default link zigAsync Keyword
100
102
highlight default link zigPreProc PreProc
101
103
highlight default link zigException Exception
102
104
You can’t perform that action at this time.
0 commit comments