summaryrefslogtreecommitdiff
path: root/rc
AgeCommit message (Expand)Author
2020-08-31Mercury-lang filetype supportLudvig Böklin
2020-08-30Allow multiple arguments in tmux replMaxime Coste
2020-08-24Avoid accidentally using environment variables in sh scopesJohannes Altmanninger
2020-08-24Merge remote-tracking branch 'krobelus/indent-after-keyword'Maxime Coste
2020-08-24Merge remote-tracking branch 'krobelus/highlight-nested-variable-expansions'Maxime Coste
2020-08-23Avoid extra indent when line does not end on keywordJohannes Altmanninger
2020-08-23fish.kak: add missing highlighting for builtins true and stringJohannes Altmanninger
2020-08-23sh.kak: Don't leak highlighting of nested variable expansionsJohannes Altmanninger
2020-08-23Merge remote-tracking branch 'alexherbo2/kakrc'Maxime Coste
2020-08-23Merge branch 'grep' of http://github.com/vbauerster/kakouneMaxime Coste
2020-08-22kakrc: Add trigger-user-hook keywordAlex Leferry 2
2020-08-20Merge remote-tracking branch 'SolitudeSF/nim'Maxime Coste
2020-08-17Merge branch 'sh-insert' of http://github.com/SeerLite/kakouneMaxime Coste
2020-08-17Merge remote-tracking branch 'caksoylar/fix-python-ops'Maxime Coste
2020-08-14kakrc.kak: Split auto-insert and auto-indent hooksSeerLite
2020-08-14sh.kak: Split auto-insert and auto-indent hooksSeerLite
2020-08-14bring *grep* buffer to front in context of toolsclientVladimir Bauer
2020-08-12Add assignment expression := (walrus) operatorCem Aksoylar
2020-08-12Fix <> and ** operators highlightingCem Aksoylar
2020-08-12fix #3651Parasrah
2020-08-07Update keywords and suffixes in nim.kakSolitudeSF
2020-08-03Merge remote-tracking branch 'johnisom/crystal-filetype'Maxime Coste
2020-08-02Replace my implementation of crystal-insert-on-new-line with already-existing...John Isom
2020-08-02Fix typo in commentJohn Isom
2020-08-02Fix auto indentation for if/case and elseJohn Isom
2020-08-02Fix auto indentation for if/case and elseJohn Isom
2020-08-02Merge remote-tracking branch 'krobelus/fail-on-missing-tools'Maxime Coste
2020-08-02Merge remote-tracking branch 'johnisom/ruby-indentation'Maxime Coste
2020-08-01Beautify indenting in add-highlighter region for percent literalsJohn Isom
2020-08-01Improve syntax highlighting of Ruby percent literalsJohn Isom
2020-08-01Add rule for % string literals without bracket/style chars; no recurse yetJohn Isom
2020-08-01Add 'else' to auto deindent/align logic in context of 'case' statementJohn Isom
2020-08-01Add 'else' to auto deindent/align logic in context of 'case' statementJohn Isom
2020-08-01Add 'when' to list of keywords that signifies end for `ruby-insert-on-new-line`John Isom
2020-08-01Fill in implementation of `crystal-insert-on-new-line`John Isom
2020-08-01Reorder definition of 3 indent/insert commandsJohn Isom
2020-08-01Implement copying comment char (#) and whitespace after itJohn Isom
2020-08-01Beautify indentation of 'crystal-indent-on-char'John Isom
2020-08-01Fix deindentation of `end` to make it go to the right levelJohn Isom
2020-08-01Fix deindenting nested blocks/statementsJohn Isom
2020-08-01Add rule to align 'end' with opening statementJohn Isom
2020-08-01Add deindentation rule for 'rescue' statementJohn Isom
2020-08-01Add rule to align 'when' to 'case'John Isom
2020-08-01Add support for deindenting `rescue` statment when part of `def` (instead of ...John Isom
2020-08-01Add rule to align else/elsif to opening ifJohn Isom
2020-08-01Replace ') <a-&>' with '1<a-&>'John Isom
2020-08-01Add indenting after starting structure/opening statementJohn Isom
2020-08-01Replace manual whitespace trimming to use function created in prev. commitJohn Isom
2020-08-01Add 'crystal-trim-indent' commandJohn Isom
2020-08-01Remove single quotes from 'execute-keys -draft ...' keysJohn Isom