From ff09b120141e9d8acbd930d44c3f0596eb05a016 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Thu, 21 May 2026 17:57:18 -0700 Subject: dynamic.e is split up again, and more progress see dynamic.e, input.e, interpret.e, and flow-control.e there were a couple things in the log-load transform that need to work in compile mode, too Force-Push: yes Change-Id: I7caac3b9205f36f7e082a3fd280561d67e27942c --- vim/syntax/evocation.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/syntax') diff --git a/vim/syntax/evocation.vim b/vim/syntax/evocation.vim index 62042ae..bb5094f 100644 --- a/vim/syntax/evocation.vim +++ b/vim/syntax/evocation.vim @@ -44,7 +44,7 @@ syn match evocationArithmetic "\(^\|\s\)\zs\(negate\|max\|min\)\ze\($\|\s\)" syn match evocationBlock "\(^\|\s\)\zs[\[\]{};]\ze\($\|\s\)" syn match evocationBlock "\(^\|\s\)\zs;asm\ze\($\|\s\)" -syn match evocationFlow "\(^\|\s\)\zs\(if\|unless\|if-else\|while\|forever\|exit\|make-immediate\|make-hidden\)\ze\($\|\s\)" +syn match evocationFlow "\(^\|\s\)\zs\(if\|unless\|if-else\|while\|forever\|exit\|make-immediate\|make-hidden\|make-visible\)\ze\($\|\s\)" syn match evocationConstantWord "\(^\|\s\)\zs:\S\+\ze\($\|\s\)" -- cgit 1.4.1