index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rc
/
filetype
/
sh.kak
Age
Commit message (
Expand
)
Author
2024-07-09
rc: filetype: sh.kak: add some more zsh files for auto coloring on open
chelovechishko
2022-07-05
Move user mappings to <space> and keep/remove selection to ,
Maxime Coste
2022-07-05
Make `x` just select the full lines
Maxime Coste
2021-11-18
sh filetype: do not highlight an empty array as a function
throwawayaccount12345-1
2020-11-14
sh.kak: Highlight special parameters, e.g. $@, in double quotes
Lennard Hofmann
2020-11-14
sh.kak: Do not treat bitwise operator << as here-document start
Lennard Hofmann
2020-11-01
Highlight ~/.profile too
Ivan Tham
2020-09-26
Improve shell indentation implementation.
Simon Fowler
2020-09-19
*sh.kak: do not highlight expansions if their $ is escaped
Johannes Altmanninger
2020-08-24
Merge remote-tracking branch 'krobelus/indent-after-keyword'
Maxime Coste
2020-08-23
Avoid extra indent when line does not end on keyword
Johannes Altmanninger
2020-08-23
sh.kak: Don't leak highlighting of nested variable expansions
Johannes Altmanninger
2020-08-14
sh.kak: Split auto-insert and auto-indent hooks
SeerLite
2020-07-30
Merge remote-tracking branch 'johnisom/deindent-closing-braces'
Maxime Coste
2020-07-30
Merge remote-tracking branch 'pickfire/patch-1'
Maxime Coste
2020-07-30
Merge remote-tracking branch 'krobelus/done-deindent'
Maxime Coste
2020-07-29
Fix deindentation in sh.kak
John Isom
2020-07-28
rc: conservative comment highlighting for shells
Johannes Altmanninger
2020-07-25
sh.kak: fix don't always deindent around "done"
Johannes Altmanninger
2020-07-22
fix shell fi always deindenting after newline
Ivan Tham
2020-05-21
sh.kak: allow space before heredoc string
Johannes Altmanninger
2020-02-03
[sh] Do not highlight keywords if preceded/succeeded by a hyphen
Lennard Hofmann
2020-02-03
[sh] Allow more characters in aliases and function names
Lennard Hofmann
2020-02-03
Fix #2832
Lennard Hofmann
2020-01-15
[sh] Allow hyphens in variables but not every character
Lennard Hofmann
2020-01-13
[sh] Merge two %sh blocks into one
Lennard Hofmann
2020-01-12
[sh] Separate keywords and builtins; fix variables
Lennard
2019-10-22
src: Create a <semicolon> named key
Frank LENORMAND
2019-10-16
Replace ModeChange hooks by ModePush and ModePop
Maxime Coste
2019-06-29
Remove the sh_auto_indent option.
Simon Fowler
2019-06-20
Add support for basic auto-indenting of sh code.
Simon Fowler
2019-04-09
Fixed many of the filetype support modules to not use `BufSetOption` to load
Justin Frank
2019-04-08
Modified a bunch of language support files to use modules
Justin Frank
2019-03-26
sh.kak: Use a region for shell expansions
Maxime Coste
2019-03-21
Add categories in rc/
Alex Leferry 2