motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

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:
Msyntax/zir.vim | 2+-
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