From df34b4b4fa809804965086385f41630213297cf0 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 21 May 2020 22:45:59 +0200 Subject: Update --- syntax/julia.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/julia.vim') diff --git a/syntax/julia.vim b/syntax/julia.vim index c23dc915..ac39d6f4 100644 --- a/syntax/julia.vim +++ b/syntax/julia.vim @@ -124,7 +124,7 @@ syntax region juliaCurBraBlock matchgroup=juliaParDelim start="{" end="}" cont " This is really ugly. It would be better to mask most keywords when a dot is " found, introducing some kind of dot-environment -let s:nodot = '\%(\.\)\@'.s:d(1).'1"' syntax match juliaInfixKeyword display "\%(=\s*\)\@\S\@!\%(\s*=\)\@!" -- cgit v1.2.3