summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-03rc: Don't use command aliases to highlight keywords properlyFrank LENORMAND
2017-11-02sh: support mkshKylie McClain
2017-11-02Append '/' to highlighter group completion candidatesMaxime Coste
2017-11-02options.asciidoc: use _italic_ for default valuesMaxime Coste
2017-11-02doc.kak: Support rendering _italic_ text as wellMaxime Coste
2017-11-02documentation pages: Remove tabsMaxime Coste
2017-11-02options.asciidoc: Document other option commands, remove tabsMaxime Coste
2017-11-02Wrap: change indent atom to be a replaced empty buffer rangeMaxime Coste
2017-11-02Add informations on -indent in wrap highlighter docstringMaxime Coste
2017-11-02doc.kak: Render documentation internally instead of relying on manMaxime Coste
2017-11-02asciidoc.kak: Highlight `^=+` syntax sectionsMaxime Coste
2017-11-02Ensure line-specs and range-specs options are sorted internallyMaxime Coste
2017-11-02kakrc.kak: Fix highlighting of key words at start of bufferMaxime Coste
2017-11-02Fix trailing spaces in highlighters.ccMaxime Coste
2017-11-02Wrap: Add -indent switch support that wraps preserving line indentMaxime Coste
2017-11-01Remove duplicated documentation from the READMEMaxime Coste
2017-11-01Rename doc/manpages to doc/pagesMaxime Coste
2017-11-01Update highlighters documentationMaxime Coste
2017-11-01Document the regex impl switch in the startup messageMaxime Coste
2017-11-01Remove remaining references to boost from documentation/contrib filesMaxime Coste
2017-11-01Regex: Remove boost related codeMaxime Coste
2017-11-01Regex: Add a Compatibility section to the regex documentationMaxime Coste
2017-11-01Regex: fix RegexCompileFlags not being an enum classMaxime Coste
2017-11-01Regex: slight readability improvement and workaround a potential gcc bugMaxime Coste
2017-11-01Regex: remove dead codeMaxime Coste
2017-11-01Regex: Tweak struct layouts of ParsedRegex dataMaxime Coste
2017-11-01Regex: Remove "Ast" from names in the ParsedRegexMaxime Coste
2017-11-01Regex: Optimize parsing and compilationMaxime Coste
2017-11-01Regex: minor cleanup of the regex parsing codeMaxime Coste
2017-11-01Regex: small code cleanup in the Save compilation codeMaxime Coste
2017-11-01Regex: put the other char boolean inside the general start char mapMaxime Coste
2017-11-01Fix ConstexprVector::resizeMaxime Coste
2017-11-01Regex: Fix handling of all unicode codepoint as start charsMaxime Coste
2017-11-01Regex: fix wrong fallthough in dump_regexMaxime Coste
2017-11-01Regex: refactor handling of Saves slightly, do not create them until really n...Maxime Coste
2017-11-01Regex: Go back to instruction based search of next startMaxime Coste
2017-11-01Regex: add support for \0, \cX, \xXX and \uXXXX escapesMaxime Coste
2017-11-01Regex: compute if codepoints outside of the start chars map can startMaxime Coste
2017-11-01Regex: abort compilation as soon as we hit the instruction count limitMaxime Coste
2017-11-01Regex: change description of lookarounds limitationsMaxime Coste
2017-11-01Regex: apply danr's suggested changes to the regex syntax documentationMaxime Coste
2017-11-01Regex: add a unit test for why lookaheads dont count for start chars anymoreMaxime Coste
2017-11-01Regex: comment the mutables in CompiledRegex::Instruction and fix their initMaxime Coste
2017-11-01Regex: Introduce a Regex memory domain to track usage separatelyMaxime Coste
2017-11-01Regex: use binary search to for character class ranges checkMaxime Coste
2017-11-01Regex: compute start chars from matchers, do not compute it from lookaroundsMaxime Coste
2017-11-01Regex: remove the need to a processed inst vectorMaxime Coste
2017-11-01Regex: use intrusive linked list for the free saves instead of a VectorMaxime Coste
2017-11-01Regex: Fix a few mistakes in the documentationFrank LENORMAND
2017-11-01Regex: add a regex.asciidoc documentation page describing the syntaxMaxime Coste