summaryrefslogtreecommitdiff
path: root/rc/base/ruby.kak
AgeCommit message (Expand)Author
2018-04-14ruby.kak: Refactor end autoinsertion logic to be more robustMaxime Coste
2018-03-25Fix uses of rotate selection in rc/ filesMaxime Coste
2018-03-23ruby.kak: support squiggly heredocsAlyssa Ross
2018-02-18rc/: Replace simple uses of sed with trMaxime Coste
2018-02-18Recognize .gemspec files as RubyAlex Leferry 2
2018-02-08Highlight Ruby control access keywordsAlex Leferry 2
2018-01-26Add heredoc support for ruby.kakJimmy Thrasher
2017-11-03src rc: Rename `exec`/`eval` into `execute-keys`/`evaluate-commands`Frank LENORMAND
2017-11-03rc: Don't use command aliases to highlight keywords properlyFrank LENORMAND
2017-10-28Move highlighters into ScopesMaxime Coste
2017-10-25rc/: Tweak some regexes to be compatible with our impl limitationsMaxime Coste
2017-10-25Use stricter regex syntaxMaxime Coste
2017-10-25rc/: More consistent uses of regex syntaxMaxime Coste
2017-07-19Remove `echo -color` support, superseeded by `echo -markup`Maxime Coste
2017-02-28highlight hash access symbolsAlex Leferry 2
2017-02-09Adds faces module and function. Renames identifier face to variable.Nick Mosher
2017-01-13Fix naming conventions in bundled scriptsMaxime Coste
2017-01-13Various auto indent fixes regarding wrong use of x instead of <a-x>Maxime Coste
2017-01-11Copy comments *before* copying indentationMaxime Coste
2017-01-10Merge git://github.com/knubie/kakouneMaxime Coste
2017-01-04update command namesAlex Leferry 2
2016-12-29Fix comment-leader auto-insertionDan Rosén
2016-12-25add 'extend' to ruby grammarMatthew Steedman
2016-12-06transform mimetype to a fallback optionMartin Chaine
2016-10-14Move the commenting variables back to `commenting.kak`Frank LENORMAND
2016-10-14Remove all references to `formatcmd`Frank LENORMAND
2016-10-01Fix hool -> hook in rc filesMaxime Coste
2016-09-28Add highlight group to highlighters rmhl hooksgreduan
2016-09-28Add highlight group to highlighters addhl hooksgreduan
2016-09-16highlight :: operatorAlex Leferry 2
2016-09-16fixes symbol highlightingAlex Leferry 2
2016-09-09fixes 'end' insertionAlex Leferry 2
2016-09-09disable hooksAlex Leferry 2
2016-05-24fixes hooks removingAlex Leferry 2
2016-04-23Pass a generic pattern to `printf` calls, use `echo` when possibleFrank LENORMAND
2016-04-21Remove uses of \< and \>, always use std regex compatible \bMaxime Coste
2016-04-09style tweak in the static words definitionsMaxime Coste
2016-04-09Merge remote-tracking branch 'lenormf/fix-static-completion'Maxime Coste
2016-03-17Replace non-POSIX here-strings and calls to `echo`Frank LENORMAND
2016-03-17Help Kakoune to better detect /…/ literalsAlex Leferry 2
2016-03-16add :alt command to jump to the alternate file (implementation ↔ test)Alex Leferry 2
2016-03-14Replace non-POSIX inline character replacement in shell scriptsFrank LENORMAND
2016-03-14Add static completion suggestions to several languages, set `autopep8` as def...Frank LENORMAND
2016-03-10Restore the `filter_around_selections` functions to balance indentation copiesFrank LENORMAND
2016-03-10Give commands that do not indent their own `insert` hookFrank LENORMAND
2016-03-10Remove hooks that trim trailing whitespacesFrank LENORMAND
2016-03-10Add `rubocop` as default ruby formatterFrank LENORMAND
2016-02-27Fix highlighting of single letter identifiersAlex Leferry 2
2016-02-27Fix escaping of ' in single quote stringsAlex Leferry 2
2016-01-29Reorganise rc/ into subdirectoriesMaxime Coste