diff options
| author | Michał Kruszewski <mkru@protonmail.com> | 2020-11-23 07:31:56 +0100 |
|---|---|---|
| committer | Michał Kruszewski <mkru@protonmail.com> | 2020-11-23 07:31:56 +0100 |
| commit | 4cb9a46f2b78813a79f1108f940a7941dfdfb063 (patch) | |
| tree | e78c6cc72161bcebe7e72bd4731f7299d2da3ef0 /rc/filetype/python.kak | |
| parent | 14f7d2637c80258d80e5ae204e16dbb67a896ebc (diff) | |
Python: change face for documentation to documentation.
Diffstat (limited to 'rc/filetype/python.kak')
| -rw-r--r-- | rc/filetype/python.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/filetype/python.kak b/rc/filetype/python.kak index 7f44897d..7077b0cb 100644 --- a/rc/filetype/python.kak +++ b/rc/filetype/python.kak @@ -54,7 +54,7 @@ add-highlighter shared/python/code/ regex '\b\d+\.' 0:value # Imaginary formats add-highlighter shared/python/code/ regex '\b\d+\+\d+[jJ]\b' 0:value -add-highlighter shared/python/docstring/ default-region fill comment +add-highlighter shared/python/docstring/ default-region fill documentation add-highlighter shared/python/docstring/ region '(>>>|\.\.\.) \K' (?=''')|(?=""") ref python evaluate-commands %sh{ |
