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
/
base
/
ruby.kak
Age
Commit message (
Expand
)
Author
2018-04-14
ruby.kak: Refactor end autoinsertion logic to be more robust
Maxime Coste
2018-03-25
Fix uses of rotate selection in rc/ files
Maxime Coste
2018-03-23
ruby.kak: support squiggly heredocs
Alyssa Ross
2018-02-18
rc/: Replace simple uses of sed with tr
Maxime Coste
2018-02-18
Recognize .gemspec files as Ruby
Alex Leferry 2
2018-02-08
Highlight Ruby control access keywords
Alex Leferry 2
2018-01-26
Add heredoc support for ruby.kak
Jimmy Thrasher
2017-11-03
src rc: Rename `exec`/`eval` into `execute-keys`/`evaluate-commands`
Frank LENORMAND
2017-11-03
rc: Don't use command aliases to highlight keywords properly
Frank LENORMAND
2017-10-28
Move highlighters into Scopes
Maxime Coste
2017-10-25
rc/: Tweak some regexes to be compatible with our impl limitations
Maxime Coste
2017-10-25
Use stricter regex syntax
Maxime Coste
2017-10-25
rc/: More consistent uses of regex syntax
Maxime Coste
2017-07-19
Remove `echo -color` support, superseeded by `echo -markup`
Maxime Coste
2017-02-28
highlight hash access symbols
Alex Leferry 2
2017-02-09
Adds faces module and function. Renames identifier face to variable.
Nick Mosher
2017-01-13
Fix naming conventions in bundled scripts
Maxime Coste
2017-01-13
Various auto indent fixes regarding wrong use of x instead of <a-x>
Maxime Coste
2017-01-11
Copy comments *before* copying indentation
Maxime Coste
2017-01-10
Merge git://github.com/knubie/kakoune
Maxime Coste
2017-01-04
update command names
Alex Leferry 2
2016-12-29
Fix comment-leader auto-insertion
Dan Rosén
2016-12-25
add 'extend' to ruby grammar
Matthew Steedman
2016-12-06
transform mimetype to a fallback option
Martin Chaine
2016-10-14
Move the commenting variables back to `commenting.kak`
Frank LENORMAND
2016-10-14
Remove all references to `formatcmd`
Frank LENORMAND
2016-10-01
Fix hool -> hook in rc files
Maxime Coste
2016-09-28
Add highlight group to highlighters rmhl hooks
greduan
2016-09-28
Add highlight group to highlighters addhl hooks
greduan
2016-09-16
highlight :: operator
Alex Leferry 2
2016-09-16
fixes symbol highlighting
Alex Leferry 2
2016-09-09
fixes 'end' insertion
Alex Leferry 2
2016-09-09
disable hooks
Alex Leferry 2
2016-05-24
fixes hooks removing
Alex Leferry 2
2016-04-23
Pass a generic pattern to `printf` calls, use `echo` when possible
Frank LENORMAND
2016-04-21
Remove uses of \< and \>, always use std regex compatible \b
Maxime Coste
2016-04-09
style tweak in the static words definitions
Maxime Coste
2016-04-09
Merge remote-tracking branch 'lenormf/fix-static-completion'
Maxime Coste
2016-03-17
Replace non-POSIX here-strings and calls to `echo`
Frank LENORMAND
2016-03-17
Help Kakoune to better detect /…/ literals
Alex Leferry 2
2016-03-16
add :alt command to jump to the alternate file (implementation ↔ test)
Alex Leferry 2
2016-03-14
Replace non-POSIX inline character replacement in shell scripts
Frank LENORMAND
2016-03-14
Add static completion suggestions to several languages, set `autopep8` as def...
Frank LENORMAND
2016-03-10
Restore the `filter_around_selections` functions to balance indentation copies
Frank LENORMAND
2016-03-10
Give commands that do not indent their own `insert` hook
Frank LENORMAND
2016-03-10
Remove hooks that trim trailing whitespaces
Frank LENORMAND
2016-03-10
Add `rubocop` as default ruby formatter
Frank LENORMAND
2016-02-27
Fix highlighting of single letter identifiers
Alex Leferry 2
2016-02-27
Fix escaping of ' in single quote strings
Alex Leferry 2
2016-01-29
Reorganise rc/ into subdirectories
Maxime Coste