summaryrefslogtreecommitdiff
path: root/rc/base
AgeCommit message (Expand)Author
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
2018-03-15Highlight footnote-style hyperlinks.Tim Allen
2018-03-14Add application media-type to file-type detectionAlex Leferry 2
2018-03-11Add ctagscmd optionDelapouite
2018-03-04lua.kak: Rework 'end' auto insertion logicMaxime Coste
2018-02-24Always collapse jumps in exec/eval, remove -collapse-jumps switchMaxime Coste
2018-02-18lua.kak: Fix string highlighting with -match-capture regionsMaxime Coste
2018-02-18rc/: Replace simple uses of sed with trMaxime Coste
2018-02-18Merge remote-tracking branch 'alexherbo2/rc-ruby'Maxime Coste
2018-02-18Recognize .gemspec files as RubyAlex Leferry 2
2018-02-17base javascript: Tweak variable highlightingFrank LENORMAND
2018-02-15Merge remote-tracking branch 'jacobdufault/lua-better-strings'Maxime Coste
2018-02-11Highlight nested == comments/strings in lua.Jacob Dufault