summaryrefslogtreecommitdiff
path: root/rc/core/python.kak
AgeCommit message (Expand)Author
2019-03-21Add categories in rc/Alex Leferry 2
2018-12-19Unify auto-indent trimming hooksOlivier Perret
2018-12-11Execute cleanup hooks on any filetype changeOlivier Perret
2018-12-11Change cleanup of core/ languages to use a simpler hook -onceOlivier Perret
2018-11-12python: add async/await keywords highlightingroger
2018-07-08Fix python indent for lines ending with colonMaxim Baz
2018-07-05Make recurse regex opt-in with a -recurse switch instead of opt-outMaxime Coste
2018-07-05Fix highlighters in rc/core post syntax refactoringMaxime Coste
2018-07-05Fix remaining static_words and spell.kak for the new list syntaxShachaf Ben-Kiki
2018-07-05Do not reparse %sh{...} stringsMaxime Coste
2018-07-02Add missing python3 keyword: nonlocalMaxim Baz
2018-02-18rc/: Replace simple uses of sed with trMaxime Coste
2018-01-21Convert bundled scripts to ModeChange hookMaxime Coste
2018-01-07Highlight python operatorsDan Rosén
2018-01-07Highlight python doctests in docstringsDan Rosén
2017-11-18rc python: Highlight built-in exceptionsFrank LENORMAND
2017-11-14rc python: Extend highlighted keywords and numbersFrank LENORMAND
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-10-28Move highlighters into ScopesMaxime Coste
2017-01-13Various auto indent fixes regarding wrong use of x instead of <a-x>Maxime Coste
2017-01-11Copy comments *before* copying indentationMaxime Coste
2017-01-04update command namesAlex Leferry 2
2017-01-02Rename python indentation command to be more consistentMaxime Coste
2016-12-06transform mimetype to a fallback optionMartin Chaine
2016-11-24Introduce the `builtin` face, modify scripts accordinglyFrank LENORMAND
2016-10-14Remove all references to `formatcmd`Frank LENORMAND
2016-10-13Fix python comment copy logic in python.kakMaxime Coste
2016-10-01Fix hool -> hook in rc filesMaxime Coste
2016-09-28Add highlight group to highlighters rmhl hooksgreduan
2016-09-28Add highlight group to highlighters addhl hooksgreduan
2016-05-05Restore whitespace cleanup on InsertEnd in python.kakMaxime Coste
2016-05-05python.kak: restore cleaning up trailing whitespaces on newlineMaxime Coste
2016-04-23Pass a generic pattern to `printf` calls, use `echo` when possibleFrank LENORMAND
2016-04-21Remove uses of \< and \>, always use std regex compatible \bMaxime Coste
2016-04-09style tweak in the static words definitionsMaxime Coste
2016-03-17Replace non-POSIX here-strings and calls to `echo`Frank LENORMAND
2016-03-14Replace non-POSIX inline character replacement in shell scriptsFrank LENORMAND
2016-03-14Add static completion suggestions to several languages, set `autopep8` as def...Frank LENORMAND
2016-01-29Reorganise rc/ into subdirectoriesMaxime Coste