Add bool to the list of highlighted types
This commit is contained in:
parent
7a36a4644e
commit
953ca06c1f
|
@ -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)\>[^(] 1:type
|
||||
addhl -group /python/code regex \<(bool|buffer|bytearray|complex|dict|file|float|frozenset|int|list|long|memoryview|object|set|str|tuple|unicode|xrange)\>[^(] 1:type
|
||||
|
||||
# Commands
|
||||
# ‾‾‾‾‾‾‾‾
|
||||
|
|
Loading…
Reference in New Issue
Block a user