Add break and continue to the list of sh keywords

This commit is contained in:
Maxime Coste 2017-05-25 11:50:45 +01:00
parent 43e8edd3a3
commit a84d7cf06b

View File

@ -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 %{