From a84d7cf06b7046a1571678d525501e940cf1d741 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 25 May 2017 11:50:45 +0100 Subject: [PATCH] Add break and continue to the list of sh keywords --- rc/core/sh.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/core/sh.kak b/rc/core/sh.kak index 37936f0d..01482a03 100644 --- a/rc/core/sh.kak +++ b/rc/core/sh.kak @@ -19,7 +19,7 @@ add-highlighter -group /sh/heredoc fill string keywords="${keywords}|echo|elif|else|enable|esac|exit|fi|for|function|help" keywords="${keywords}|if|in|let|local|logout|mapfile|printf|read|readarray" keywords="${keywords}|readonly|return|select|set|shift|source|test|then" - keywords="${keywords}|time|type|typeset|ulimit|unalias|until|while" + keywords="${keywords}|time|type|typeset|ulimit|unalias|until|while|break|continue" # Add the language's grammar to the static completion list printf %s\\n "hook global WinSetOption filetype=sh %{