kakoune/rc
cipharius 78a0b5e4c7 Improves Lua auto indent and end insertion
Current solution makes it difficult to use common Lua practices of having one-liner if statements and using anonymous functions.
New solution prevents auto-indentation and end insertion, if the previous line contains an "end" keyword.
It does not attempt to match each structure with corresponding end, since using multiple end keywords in single line is a very rare occurance in Lua.
2021-03-23 10:36:05 +02:00
..
detection Fix editorconfig incorrectly matching properties with prefixes 2021-02-04 08:40:22 +00:00
filetype Improves Lua auto indent and end insertion 2021-03-23 10:36:05 +02:00
tools use lisp comments for scheme 2021-02-22 01:21:04 +13:00
windowing make kitty repl command consistent with other kitty commands 2021-03-11 10:40:14 +01:00