index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rc
/
filetype
/
python.kak
Age
Commit message (
Expand
)
Author
2024-06-11
Tweak python block command test location and remove wall of text
Maxime Coste
2024-06-07
Support paragraph breaks in python block comments.
Simon Fowler
2023-04-02
Delete commenting prefix on empty lines in Python
Adrià Arrufat
2022-12-17
Add Python f-string interpolation highlights
Răzvan C. Rădulescu
2022-07-05
Move user mappings to <space> and keep/remove selection to ,
Maxime Coste
2022-07-05
Make `x` just select the full lines
Maxime Coste
2021-10-24
Add new '_', 'case', and 'match' keywords to Python highlighter
LXNN
2021-04-17
rc: make insertion hooks more consistent
Johannes Altmanninger
2020-11-23
Python: change face for documentation to documentation.
Michał Kruszewski
2020-11-23
Fix test and re-add triple_string support in python highlighting
Maxime Coste
2020-11-20
Python: Highlight docstrings with documentation face, not string.
Michał Kruszewski
2020-09-15
Fix python docstring highlighter
Piotr Chrominski
2020-09-02
python.kak: Do not indent after comments ending in :
Johannes Altmanninger
2020-08-12
Add assignment expression := (walrus) operator
Cem Aksoylar
2020-08-12
Fix <> and ** operators highlighting
Cem Aksoylar
2020-07-31
Fix invalid quoting in python.kak
Maxime Coste
2020-07-29
Fix my issues in python.kak
John Isom
2020-07-29
Fix deindentation in python.kak
John Isom
2020-05-30
Fix python attributes highlight.
Michał Kruszewski
2020-05-19
Split python auto-insert hooks from auto-indent
Maxime Coste
2020-01-29
rc: Highlight embedded documentation
Frank LENORMAND
2019-10-27
Fix python operator highlighter
cipharius
2019-10-23
Merge remote-tracking branch 'lenormf/python-highlight-module'
Maxime Coste
2019-10-22
src: Create a <semicolon> named key
Frank LENORMAND
2019-10-20
rc python: Highlight modules in import statements
Frank LENORMAND
2019-10-16
Replace ModeChange hooks by ModePush and ModePop
Maxime Coste
2019-07-26
rc python: Highlight indented decorators with `.`
Frank LENORMAND
2019-04-09
Fixed many of the filetype support modules to not use `BufSetOption` to load
Justin Frank
2019-04-08
Modified a bunch of language support files to use modules
Justin Frank
2019-04-04
Add Python 3.7 breakpoint to list of built-in functions.
Hampus Fröjdholm
2019-03-21
Add categories in rc/
Alex Leferry 2