Skip to content

Commit 4ae861f

Browse files
committed
update keywords
1 parent e55a794 commit 4ae861f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

syntax/zig.vim

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,13 @@ let s:zig_syntax_keywords = {
7171
\ , 'zigKeyword': ["fn"
7272
\ , "try"
7373
\ , "test"
74-
\ , "pub"
75-
\ , "usingnamespace"]
74+
\ , "pub"]
7675
\ , 'zigExecution': ["return"
7776
\ , "break"
7877
\ , "continue"]
7978
\ , 'zigMacro': ["defer"
8079
\ , "errdefer"
81-
\ , "async"
8280
\ , "nosuspend"
83-
\ , "await"
8481
\ , "suspend"
8582
\ , "resume"
8683
\ , "export"

0 commit comments

Comments
 (0)