summaryrefslogtreecommitdiffstats
path: root/syntax/zig.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-05-21 22:45:59 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-05-21 22:45:59 +0200
commitdf34b4b4fa809804965086385f41630213297cf0 (patch)
tree2eb470a6ac95d23d8639dd6056b3a0d9bd394c39 /syntax/zig.vim
parentf3804b0892e17f309f852696491096d9048f0ef8 (diff)
downloadvim-polyglot-df34b4b4fa809804965086385f41630213297cf0.tar.gz
vim-polyglot-df34b4b4fa809804965086385f41630213297cf0.zip
Updatev4.4.2
Diffstat (limited to 'syntax/zig.vim')
-rw-r--r--syntax/zig.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/zig.vim b/syntax/zig.vim
index 8ce68550..91cc5ce6 100644
--- a/syntax/zig.vim
+++ b/syntax/zig.vim
@@ -12,7 +12,7 @@ let b:current_syntax = "zig"
syn keyword zigStorage const var extern packed export pub noalias inline noinline comptime callconv volatile allowzero align linksection threadlocal
syn keyword zigStructure struct enum union error
-syn keyword zigStatement break return continue asm defer errdefer unreachable try catch async noasync await suspend resume
+syn keyword zigStatement break return continue asm defer errdefer unreachable try catch async nosuspend await suspend resume
syn keyword zigConditional if else switch and or orelse
syn keyword zigRepeat while for