Merge remote-tracking branch 'lenormf/python-highlight-module'

This commit is contained in:
Maxime Coste 2019-10-23 22:32:10 +11:00
commit 74275b82e1

View File

@ -136,6 +136,7 @@ evaluate-commands %sh{
add-highlighter shared/python/code/ regex (?<=[\w\s\d'"_])(<=|<<|>>|>=|<>|<|>|!=|==|\||\^|&|\+|-|\*\*|\*|//|/|%|~) 0:operator
add-highlighter shared/python/code/ regex (?<=[\w\s\d'"_])((?<![=<>!])=(?![=])|[+*-]=) 0:builtin
add-highlighter shared/python/code/ regex ^\h*(?:from|import)\h+(\S+) 1:module
# Commands
# ‾‾‾‾‾‾‾‾