| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-21 | Add categories in rc/ | Alex Leferry 2 | |
| Closes #2783 | |||
| 2019-02-04 | Use indentwidth for lisp, scheme, and Clojure | Jason Felice | |
| 2019-01-20 | Small optimization in clojure.kak awk script | Maxime Coste | |
| 2019-01-19 | Use a here-document for clojure.kak awk script | Maxime Coste | |
| 2019-01-19 | Fix some escaping issues in clojure.kak | Maxime Coste | |
| 2019-01-18 | Rewrite clojure highlighting to use awk | Jason Felice | |
| First, avoids the shell escaping issue mentioned in #2604. Second, speeds up Kakoune boot time. | |||
| 2018-12-27 | Some collected fixes for Clojure highlighting | Jason Felice | |
| - condp is a keyword - Highlight '10' correctly - Highlight shebang line as a comment | |||
| 2018-12-19 | Unify auto-indent trimming hooks | Olivier Perret | |
| * ModeChange hooks that remove indent now belong to *-trim-indent groups, instead of just -indent * *-filter-around-selections hooks and commands have been renamed to trim-indent for clarity | |||
| 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-28 | Fix extra_word_chars in various scripts | Maxime Coste | |
| Add '_' to the list now that it is not built-in anymore | |||
| 2018-10-29 | Make lisp/clojure indent work for append | Jason Felice | |
| 2018-10-22 | EDN files are Clojure syntax | Jason Felice | |
| 2018-09-29 | Better Lisp and Clojure indent | Jason Felice | |
| Algol-like indenting doesn't work for Lisp as we tend to open (and close) many forms on one line. This generally puts the cursor where it should be, though it is probably confused by strings with brackets and things. | |||
| 2018-09-22 | Fix clojure numbers | Jason Felice | |
| - Fix issue where numbers which were part of symbols were highlighted. - Fix issue where hexidecimals weren't highlighted past the 'x' | |||
| 2018-09-19 | Use remove-hooks regex in rc | Delapouite | |
| 2018-09-04 | Improve Clojure highlighting | Jason Felice | |
| 2018-07-05 | Fix various scripts highlighter commands | Maxime Coste | |
| 2018-01-21 | Convert bundled scripts to ModeChange hook | Maxime Coste | |
| 2017-11-03 | rc: Don't use command aliases to highlight keywords properly | Frank LENORMAND | |
| 2017-10-28 | Move highlighters into Scopes | Maxime Coste | |
| That means we can now have highlighters active at global, buffer, and window scope. The add-highlighter and remove-highlighter syntax changed to take the parent path (scope/group/...) as a mandatory argument, superseeding the previous -group switch. | |||
| 2017-01-13 | Fix naming conventions in bundled scripts | Maxime Coste | |
| Do not use _ prefix for hidden commands, use - as a word separator in command names. | |||
| 2017-01-04 | update command names | Alex Leferry 2 | |
| 2016-12-06 | transform mimetype to a fallback option | Martin Chaine | |
| The option is now used as a fallback when detection by extension fails. Some scripts like `base/mail.kak` and `base/html.kak` still rely heavily on it. | |||
| 2016-10-02 | Fix clojure hook | 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-21 | Remove uses of \< and \>, always use std regex compatible \b | Maxime Coste | |
| 2016-01-29 | Reorganise rc/ into subdirectories | Maxime Coste | |
| * core: set of tools to work on kakoune source code * base: very common languages and tools * extra: less common languages and tools | |||
