| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-21 | Add categories in rc/ | Alex Leferry 2 | |
| Closes #2783 | |||
| 2019-03-16 | Merge remote-tracking branch 'eraserhd/use-semantic-face-names' | Maxime Coste | |
| 2019-03-15 | Highlight all default Ruby symbols correctly | Alyssa Ross | |
| 2019-03-15 | Recognize Ruby identifiers beginning with _ | Alyssa Ross | |
| :_foo, @_foo, $_foo, and { _foo: 1 } are all valid Ruby syntax, but were not recognized by the highlighter. | |||
| 2019-03-14 | rc: Use builtin faces | Frank LENORMAND | |
| 2019-03-06 | Merge branch 'patch-1' of https://github.com/andreyorst/kakoune | Maxime Coste | |
| 2019-03-06 | Add KDE Konsole terminal to termcmd | Andrey Orst | |
| Konsole doesn't work well with non-default Kakoune themes, so I've put it last in the list, but in case when no other terminal is available it's good to have it in the list for launching non-kakoune things, like tig | |||
| 2019-03-05 | Remove invalid Markdown syntax | Alex Leferry 2 | |
| 2019-02-18 | Markdown: Highlight TOML code blocks | Alex Leferry 2 | |
| 2019-02-11 | Merge remote-tracking branch 'eraserhd/lisp-indentwidth' | Maxime Coste | |
| 2019-02-04 | ctags: eliminate redundant variable | fsub | |
| 2019-02-04 | Use indentwidth for lisp, scheme, and Clojure | Jason Felice | |
| 2019-02-03 | Merge remote-tracking branch 'stevenyvr987/fix-ctags-funcinfo-command' | Maxime Coste | |
| 2019-01-31 | Remove +F from tag attribute highlighting | lePerdu | |
| 2019-01-29 | Fix and simplify ctags-funcinfo command | Steven Chan | |
| 1. Enable the command to correctly show the prefix of a function name [prefix::basename], where prefix is the value gotten from a class, struct, or namespace field of the tag line. 2. Use a readtag filter expression to replace a use of grep. | |||
| 2019-01-21 | Fixes for ctags.kak | Steven Chan | |
| 1. Fix #2250. Enable ctags to handle absolute file paths. Only prepend tagroot to tag location if it is a relative file path. 2. Include signature field in the default ctags command. The regex for displaying signature info includes a mandatory pattern for 'signature' field, but the field is not a default option for the ctags command. If the tags file is generated by the as-is ctags command, pattern matching will fail, and the whole ctags line for the selected function will be displayed instead. | |||
| 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-28 | Merge remote-tracking branch 'lenormf/fix-git-notes' | Maxime Coste | |
| 2018-12-28 | Merge remote-tracking branch 'occivink/generic-term-command' | Maxime Coste | |
| 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-22 | Rework 'terminal' commands | Olivier Perret | |
| * Arguments of the kakoune command are now preserved in the shell call * Escaping logic is moved from 'new' to 'terminal' | |||
| 2018-12-22 | Factor the 'new' commands out of their respective windowing systems | Olivier Perret | |
| 2018-12-22 | Only accept one parameter to 'terminal' commands | Olivier Perret | |
| Also explicitly state that they're executed in a shell scope | |||
| 2018-12-22 | Expose a 'terminal' command for the various windowing systems | Olivier Perret | |
| It allows plugins to create generic terminal using the user's preferred windowing system For example, it can be used to run fzf, gdb or simply a shell. * 'new' commands are refactored to simply use the 'terminal' one * style and docstrings has been unified * all windowing systems go through "sh -c" for consistency purposes, even if unnecessary | |||
| 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-13 | rc lint: Prevent diagnostics from being expanded | Frank LENORMAND | |
| Fixes #2629 | |||
| 2018-12-11 | Merge remote-tracking branch 'occivink/cleanup-hook-once' | Maxime Coste | |
| 2018-12-11 | Execute cleanup hooks on any filetype change | Olivier Perret | |
| 2018-12-11 | Fixes to d.kak and moon.kak | Olivier Perret | |
| 2018-12-11 | Change cleanup of base/ languages to use a simpler hook -once | Olivier Perret | |
| 2018-12-10 | rc git: Support the `break` instruction | Frank LENORMAND | |
| 2018-11-28 | Merge remote-tracking branch 'sbwhitecap/pr/treat_t_files_as_perl' | Maxime Coste | |
| 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-11-27 | Treat .t files as perl | Kazuki Shigemichi | |
| 2018-11-27 | Merge remote-tracking branch 'lePerdu/markdown_highlighter' | Maxime Coste | |
| 2018-11-25 | Merge remote-tracking branch 'lePerdu/fix-lua-comments' | Maxime Coste | |
| 2018-11-21 | Don't highlight Ruby eigenclass definitions as here docs | Jimmy Thrasher | |
| E.g. for the following code snippet, the code was highlighted as a string ```ruby class Bob class <<self def hello end end end ``` | |||
| 2018-11-19 | Merge remote-tracking branch 'JJK96/master' | Maxime Coste | |
| 2018-11-19 | Merge branch 'gas-hex-fix' of http://github.com/andreyorst/kakoune | Maxime Coste | |
| 2018-11-18 | Add back list marker highlighting | lePerdu | |
| 2018-11-18 | Make list items match as regions | lePerdu | |
| 2018-11-18 | Sinplify regex | Frank LENORMAND | |
| Co-Authored-By: JJK96 <jjkorpershoek96@gmail.com> | |||
| 2018-11-17 | rc git: Support notes | Frank LENORMAND | |
| 2018-11-16 | Make header clearer | Jan-Jaap Korpershoek | |
| 2018-11-16 | Add markdown sql language support | Jan-Jaap Korpershoek | |
| 2018-11-13 | fix hex numbers for gas filetype - add missing a-f letters | Andrey Orst | |
| 2018-11-12 | Give lua block comments higher match precedence | lePerdu | |
