home/rc
Lennard a8bbdc71d9 [sh] Separate keywords and builtins; fix variables
Previously, the keywords were a mess. They contained the shell’s
reserved words and some arbitrarily selected builtins. I generated
the word list using bash because it contains all POSIX builtins and
is common for scripting.

In variable assignments some characters that are allowed to be in
variables used to not be highlighted, e.g. hyphens. With this commit
all characters except whitespace are considered to be part of the
variable.
2020-01-12 11:41:12 +01:00
..
detection rc: Use the standard fail command to report errors 2019-11-14 08:32:55 +01:00
filetype [sh] Separate keywords and builtins; fix variables 2020-01-12 11:41:12 +01:00
tools Slight code cleanup in grep.kak 2019-12-31 12:50:19 +11:00
windowing rc repl tmux: Do not check for the Tmux version 2019-12-10 12:15:08 +01:00