summaryrefslogtreecommitdiff
path: root/rc/base
AgeCommit message (Expand)Author
2018-07-05Fix static_words in go.kakShachaf Ben-Kiki
2018-07-05Fix clang.kak and part of lint.kakShachaf Ben-Kiki
2018-07-05Fix remaining kak scripts to use the new highlighter syntaxMaxime Coste
2018-07-05Fix various scripts highlighter commandsMaxime Coste
2018-07-05Parse unknown switches as positional for region highlightersMaxime 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-05Make register expansions expand to the full register contentMaxime Coste
2018-07-05Convert some of the rc/ scripts to the new list syntaxMaxime Coste
2018-07-05ctags.kak: remove -no-hooks from execute-keysMaxime Coste
2018-07-05Do not reparse %sh{...} stringsMaxime Coste
2018-07-04rc: Synchronize important file writesFrank LENORMAND
2018-07-02Merge remote-tracking branch 'maximbaz/ini-support-properties-fix-equals-color'Maxime Coste
2018-07-01Merge remote-tracking branch 'lenormf/fix-multiplexers-docstring'Maxime Coste
2018-07-01Merge remote-tracking branch 'Screwtapello/fix-rust-lifetime-highlighting'Maxime Coste
2018-06-30rc: Clearify the behavior of multiplexers that create new clientsFrank LENORMAND
2018-06-29rc git: Highlight the `delete` operation when rebasingFrank LENORMAND
2018-06-28Support .properties extension, fix coloring the equals signMaxim Baz
2018-06-23rust.kak: lifetimes do not include the following non-word character.Tim Allen
2018-06-22improve solarized theme and Scala syntax highlightingMatthew Vilim
2018-06-20ctags.kak: Remove tags starting with '!' from ctags completionMaxime Coste
2018-06-19Adding support for `kitty` terminalKatharina Fey
2018-06-17Merge remote-tracking branch 'Laaas/master'Maxime Coste
2018-06-15Fix issue where spell-replace would not work if the new word contained a spaceJan-Jaap Korpershoek
2018-06-13Improve rust syntax highlightingLas
2018-05-30Merge remote-tracking branch 'Delapouite/lint-counters'Maxime Coste
2018-05-26rc/: Escaping cleanups in bundled scriptsMaxime Coste
2018-05-26Display a more comprehensive status message for lint commandDelapouite
2018-05-24Fix truncated message in lint.kakDelapouite
2018-05-14Do not push jumps implicitely in transient contextsMaxime Coste
2018-05-09ctags.kak: Improve shell compatibility in ctags-funcinfoMaxime Coste
2018-05-02markdown.kak: backtick spans should be non-greedy.Tim Allen
2018-04-26Make all fifo cleanup hooks run alwaysMaxime Coste
2018-04-19Docs: fix docstrings in rc files `set-option` → `set`Delapouite
2018-04-14ruby.kak: Refactor end autoinsertion logic to be more robustMaxime Coste
2018-04-07Make FaceRegistry scopedMaxime Coste
2018-04-04markdown.kak: Do not use regions for single/double ` spansMaxime Coste
2018-03-30ctags.kak: Fix compatibility with OSX by using custom realpath implementationMaxime Coste
2018-03-25Merge remote-tracking branch 'lenormf/fix-d'Maxime Coste
2018-03-25rc d: Improve D highlightingFrank LENORMAND
2018-03-25Fix uses of rotate selection in rc/ filesMaxime Coste
2018-03-23ruby.kak: support squiggly heredocsAlyssa Ross
2018-03-23Merge remote-tracking branch 'bclinthall/jsBracketAlign'Maxime Coste
2018-03-22Fix javascript close bracket alignmentClint Hall
2018-03-22java.kak: Add some highlighted keywords and highlight annotationsMaxime Coste
2018-03-21Add extra_word_chars '-' to css.kakDelapouite
2018-03-20Regex: Only allow SyntaxCharacter and - to be escaped in a character classMaxime Coste
2018-03-19Improve JS/TS highlighter slightlyDan Rosén
2018-03-15Merge remote-tracking branch 'Screwtapello/more-markdown-highlighting-improve...Maxime Coste
2018-03-15Markdown inline formatting should not span paragraphs.Tim Allen