kakoune/src/kakrc
Maxime Coste 36070dd429 CommandManager: rework command parser
a new type of strings is supported inspired by the ruby strings.
%<delimiter>content<delimiter>, if opening delimiter is one of
([{<, then closing delimiter is the matching )]}> and balanced
delimiters in the string needs not to be escaped, else the closing
delimiter is the same as the opening one.

shell expansion is available through %sh<delimiter>command<delimiter>
syntax.

Command flags have been removed, as these strings provide proper nesting
support, so now, you can for example do:

def command %{ echo %sh{ ls } }
2012-07-31 14:22:57 +02:00

9 lines
215 B
Plaintext

hook global WinCreate .* %{ addhl regex \h+(?=\n) default red }
hook global WinCreate .* %{ addhl number_lines }
runtime rc/cpp.kak
runtime rc/kakrc.kak
runtime rc/git.kak
runtime rc/global.kak
runtime rc/diff.kak