diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-21 22:45:59 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-21 22:45:59 +0200 |
commit | df34b4b4fa809804965086385f41630213297cf0 (patch) | |
tree | 2eb470a6ac95d23d8639dd6056b3a0d9bd394c39 /syntax/zir.vim | |
parent | f3804b0892e17f309f852696491096d9048f0ef8 (diff) | |
download | vim-polyglot-4.4.2.tar.gz vim-polyglot-4.4.2.zip |
Updatev4.4.2
Diffstat (limited to 'syntax/zir.vim')
-rw-r--r-- | syntax/zir.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/zir.vim b/syntax/zir.vim index c985aca4..906e892e 100644 --- a/syntax/zir.vim +++ b/syntax/zir.vim @@ -14,7 +14,7 @@ syn region zirCommentLine start=";" end="$" contains=zirTodo,@Spell syn region zirBlock start="{" end="}" transparent fold -syn keyword zirKeyword primitive fntype int str as ptrtoint fieldptr deref asm unreachable export ref +syn keyword zirKeyword primitive fntype int str as ptrtoint fieldptr deref asm unreachable export ref fn syn keyword zirTodo contained TODO |