summaryrefslogtreecommitdiff
path: root/rc/core
AgeCommit message (Expand)Author
2017-11-06doc.kak: Remove unused linesMaxime Coste
2017-11-06doc.kak: Support jumping on links using <ret>Maxime Coste
2017-11-06doc.kak: Simplify completion scriptMaxime Coste
2017-11-05c-family.kak: Add missing C++ keywords, attributes, and typesfsub
2017-11-05c-family.kak: Sort keywords, attributes, values, and decoratorsfsub
2017-11-03refactor comment.kakOlivier Perret
2017-11-03commenting: move rust to the C-style groupOlivier Perret
2017-11-03Merge remote-tracking branch 'lenormf/fix-rc-aliases'Maxime Coste
2017-11-03src rc: Rename `exec`/`eval` into `execute-keys`/`evaluate-commands`Frank LENORMAND
2017-11-03rc: Don't use command aliases to highlight keywords properlyFrank LENORMAND
2017-11-02sh: support mkshKylie McClain
2017-11-02doc.kak: Support rendering _italic_ text as wellMaxime Coste
2017-11-02doc.kak: Render documentation internally instead of relying on manMaxime Coste
2017-11-02asciidoc.kak: Highlight `^=+` syntax sectionsMaxime Coste
2017-11-02kakrc.kak: Fix highlighting of key words at start of bufferMaxime Coste
2017-10-28kakrc.kak: set '-' as an additional word charMaxime Coste
2017-10-28kakrc.kak: Fix static word definitionMaxime Coste
2017-10-28Move highlighters into ScopesMaxime Coste
2017-10-25asciidoc.kak: use a more tolerant block regex forMaxime Coste
2017-10-25rc/: Tweak some regexes to be compatible with our impl limitationsMaxime Coste
2017-10-25Use stricter regex syntaxMaxime Coste
2017-10-25rc/: More consistent uses of regex syntaxMaxime Coste
2017-10-23Merge remote-tracking branch 'danr/Fix-introduced-mistake-in-kakrc-highlighting'Maxime Coste
2017-10-23kakrc.kak: refactor grammar handlingMaxime Coste
2017-10-22Fix introduced mistake in kakrc highlightingDan Rosén
2017-10-21Add some more keywords to kakrc highlightingMaxime Coste
2017-10-21Improve kakrc highlighterDan Rosén
2017-09-30rc man/doc: Don't show `groff` warningsFrank LENORMAND
2017-09-30rc doc: Use POSIX flag `-name` instead of `-iname`Frank LENORMAND
2017-09-29rc doc: Implement the `-i` flag of `sed` in a POSIX mannerFrank LENORMAND
2017-09-29rc doc: Remove window hooks automatically assignedFrank LENORMAND
2017-09-18c-family: auto close unions with a semicolon as wellMaxime Coste
2017-08-03Change documentation directory towards $kak_runtime/docMaxime Coste
2017-07-29Fix grep-next/prev-match not jumping correctly to first/last matchMaxime Coste
2017-07-29Fix grep-jump on eolMaxime Coste
2017-07-19Remove `echo -color` support, superseeded by `echo -markup`Maxime Coste
2017-07-17rc man: Avoid undefined behavior on `expr`Frank LENORMAND
2017-07-14rc formatter: Don't force selection restorationFrank LENORMAND
2017-06-29rc c-family: Add a hook to the insert groupFrank LENORMAND
2017-06-26Add error message when using format command with no formatcmd specifiedDelapouite
2017-06-26Use the extra_word_chars option in word based normal commandsMaxime Coste
2017-06-23rc formatter: Make sure the formatter returned successfullyFrank LENORMAND
2017-06-16Update command namesAlex Leferry 2
2017-06-16rc: Fix calls to `mktemp`Frank LENORMAND
2017-06-13Fix corner case in C family indentingMaxime Coste
2017-06-09rc: Fix calls to `mktemp`Frank LENORMAND
2017-06-07Fix missing hook removal command in c-family.kakMaxime Coste
2017-06-04Revert "doc: Fix the documentation of the `alt_dirs` option"Frank LENORMAND
2017-06-03doc: Fix the documentation of the `alt_dirs` optionFrank LENORMAND
2017-06-03Merge remote-tracking branch 'danr/Remove-ad-hoc-rules-in-kakrc-highlighter'Maxime Coste