dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 19f95ba3ca0b3c21ceef724db71ef12e2d69f034
parent 6d962a59fb8e4b45519db9f6903d967c6dfc3eff
Author: hhvn <dev@hhvn.uk>
Date:   Sun,  9 Jan 2022 18:03:17 +0000

.c/n/s/rcshell.vim: update changelog

Diffstat:
M.config/nvim/syntax/rcshell.vim | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/.config/nvim/syntax/rcshell.vim b/.config/nvim/syntax/rcshell.vim @@ -7,15 +7,21 @@ "Credits """"""""""""" " Most of the work is done by Andy Spencer. -" I have only made some minor changes: +" [Jakukyo Friel has] only made some minor changes: " * make this syntax highlight works with Byron Rakitzis' reimplementation. " * edit rcHereDoc match pattern to get <<EOF >output highlighted correctly. " -- weakish " -" Edited by hhvn for the following: +" Also edited by hhvn for the following: " - allow syntax to be loaded for multiple files " - support ``ifs-list{cmd} from Rakitzis' rc, and `ifs-list{cmd} from " the rc-line-split patch (found in 9front). ``{cmd} however is an error +" - return anywhere in a function (allowed by Rakitzis' rc) +" - signal names are only highlighted like so 'fn <signal here> {' rather +" than inside the function body +" - more such signal names, aswell as the prompt (invoked by Rakitzis's rc +" before $prompt(1) is printed) and beforecmd (invoked by my fork before +" any command is run. " "Info """"""""""