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
/
lua.kak
Age
Commit message (
Expand
)
Author
2019-03-21
Add categories in rc/
Alex Leferry 2
2018-12-11
Execute cleanup hooks on any filetype change
Olivier Perret
2018-12-11
Change cleanup of base/ languages to use a simpler hook -once
Olivier Perret
2018-11-12
Give lua block comments higher match precedence
lePerdu
2018-09-19
Use remove-hooks regex in rc
Delapouite
2018-07-05
Make recurse regex opt-in with a -recurse switch instead of opt-out
Maxime Coste
2018-07-05
Parse unknown switches as positional for region highlighters
Maxime Coste
2018-07-05
Fix tests and required scripts to get back to green make test
Maxime Coste
2018-07-05
Do not reparse %sh{...} strings
Maxime Coste
2018-03-25
Fix uses of rotate selection in rc/ files
Maxime Coste
2018-03-04
lua.kak: Rework 'end' auto insertion logic
Maxime Coste
2018-02-18
lua.kak: Fix string highlighting with -match-capture regions
Maxime Coste
2018-02-11
Highlight nested == comments/strings in lua.
Jacob Dufault
2018-02-10
Fixed Lua block comment highlighting
Milan Vaško
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
Use stricter regex syntax
Maxime Coste
2017-10-25
rc/: More consistent uses of regex syntax
Maxime Coste
2017-09-23
Fix Lua comment delimiter insertion (see #1584)
exitium
2017-07-19
Remove `echo -color` support, superseeded by `echo -markup`
Maxime Coste
2017-01-13
Fix naming conventions in bundled scripts
Maxime Coste
2017-01-11
Copy comments *before* copying indentation
Maxime Coste
2017-01-04
update command names
Alex Leferry 2
2016-12-06
transform mimetype to a fallback option
Martin Chaine
2016-11-15
fix lua.kak
Olivier Perret
2016-10-14
Move the commenting variables back to `commenting.kak`
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-04-23
Pass a generic pattern to `printf` calls, use `echo` when possible
Frank LENORMAND
2016-04-23
Replace non POSIX calls to `echo` with `printf %s`
Frank LENORMAND
2016-04-21
Remove uses of \< and \>, always use std regex compatible \b
Maxime Coste
2016-03-08
code cleanup: remove optional sed option
Alex Leferry 2
2016-03-03
add :alt command to jump to the alternate file (implementation ↔ test)
Alex Leferry 2
2016-03-03
Fix MIME type detection
Alex Leferry 2
2016-01-29
Reorganise rc/ into subdirectories
Maxime Coste