summaryrefslogtreecommitdiff
path: root/rc/base/ruby.kak
AgeCommit message (Expand)Author
2019-03-21Add categories in rc/Alex Leferry 2
2019-03-15Highlight all default Ruby symbols correctlyAlyssa Ross
2019-03-15Recognize Ruby identifiers beginning with _Alyssa Ross
2018-12-19Unify auto-indent trimming hooksOlivier Perret
2018-12-11Execute cleanup hooks on any filetype changeOlivier Perret
2018-12-11Change cleanup of base/ languages to use a simpler hook -onceOlivier Perret
2018-11-21Don't highlight Ruby eigenclass definitions as here docsJimmy Thrasher
2018-09-19Use remove-hooks regex in rcDelapouite
2018-09-17Homebrew Brewfile is rubyJason Felice
2018-07-05Make recurse regex opt-in with a -recurse switch instead of opt-outMaxime Coste
2018-07-05Fix tests and required scripts to get back to green make testMaxime Coste
2018-07-05Fix remaining static_words and spell.kak for the new list syntaxShachaf Ben-Kiki
2018-07-05Do not reparse %sh{...} stringsMaxime Coste
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