diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-08-11 20:35:17 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-08-11 20:35:17 +0100 |
| commit | 34a933a747b84ab9d5a3cc9f767f9ca72b4c5c3a (patch) | |
| tree | 3bf7bba60453aa59e7ec1f7f4a4f3205e0584fb0 /rc/python.kak | |
| parent | 8d9c402f521efd05f0a97ae164ec217daf660781 (diff) | |
| parent | 6c92444545feb73669dfd21e1dc4f26bb645cdd2 (diff) | |
Merge remote-tracking branch 'jkonecny/master-fix-python'
Diffstat (limited to 'rc/python.kak')
| -rw-r--r-- | rc/python.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/python.kak b/rc/python.kak index 0d5cf305..87e3bdf1 100644 --- a/rc/python.kak +++ b/rc/python.kak @@ -32,7 +32,7 @@ addhl -group /python/code regex \<(import|from)\> 0:meta # Keyword list is collected using `keyword.kwlist` from `keyword` addhl -group /python/code regex \<(and|as|assert|break|class|continue|def|del|elif|else|except|exec|finally|for|global|if|in|is|lambda|not|or|pass|print|raise|return|try|while|with|yield)\> 0:keyword # Highlight types, when they are not used as constructors -addhl -group /python/code regex \<(buffer|bytearray|complex|dict|file|float|frozenset|int|list|long|memoryview|object|set|str|tuple|unicode|xrange)\>[^(] 0:type +addhl -group /python/code regex \<(buffer|bytearray|complex|dict|file|float|frozenset|int|list|long|memoryview|object|set|str|tuple|unicode|xrange)\>[^(] 1:type # Commands # ‾‾‾‾‾‾‾‾ |
