commit 60c784ffca266e92fbc99cd1fdf4b445b00fc758 (tree)
parent db9c1a05e2401b639acfe21fbac153b1e94cdc59
Author: Michael Dusan <michael.dusan@gmail.com>
Date: Sun, 26 Apr 2020 08:17:55 -0400
color: zirGlobal
change coloring of zirGlobal Constant → Ignore
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/syntax/zir.vim b/syntax/zir.vim
@@ -46,5 +46,5 @@ hi def link zirHexNumber Constant
hi def link zirOctNumber Constant
hi def link zirBinNumber Constant
-hi def link zirGlobal Constant
+hi def link zirGlobal Ignore
hi def link zirLocal Identifier