summaryrefslogtreecommitdiffstats
path: root/syntax/zir.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-05-20 16:59:09 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-05-20 16:59:09 +0200
commita688c66a049b12e7b19f6ab4cb27c5a24dc3d52c (patch)
tree4f21330aa69ea67c4b32ad89918034e375bd1e1c /syntax/zir.vim
parent0a7c62b3b22a75f91245a718c1409e4216ae61c8 (diff)
downloadvim-polyglot-a688c66a049b12e7b19f6ab4cb27c5a24dc3d52c.tar.gz
vim-polyglot-a688c66a049b12e7b19f6ab4cb27c5a24dc3d52c.zip
Update
Diffstat (limited to '')
-rw-r--r--syntax/zir.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/zir.vim b/syntax/zir.vim
index a0e49394..c985aca4 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
+syn keyword zirKeyword primitive fntype int str as ptrtoint fieldptr deref asm unreachable export ref
syn keyword zirTodo contained TODO
@@ -48,7 +48,7 @@ hi def link zirHexNumber Constant
hi def link zirOctNumber Constant
hi def link zirBinNumber Constant
-hi def link zirGlobal Ignore
+hi def link zirGlobal Identifier
hi def link zirLocal Identifier
endif