Highlight python operators
This commit is contained in:
parent
40aaf63338
commit
a612432c8d
|
@ -120,6 +120,9 @@ add-highlighter shared/python/comment fill comment
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
add-highlighter shared/python/code regex (?<=[\w\s\d'"_])(<=|<<|>>|>=|<>|<|>|!=|==|\||\^|&|\+|-|\*\*|\*|//|/|%|~) 0:operator
|
||||||
|
add-highlighter shared/python/code regex (?<=[\w\s\d'"_])((?<![=<>!])=(?![=])|[+*-]=) 0:builtin
|
||||||
|
|
||||||
# Commands
|
# Commands
|
||||||
# ‾‾‾‾‾‾‾‾
|
# ‾‾‾‾‾‾‾‾
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user