File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 107107 {
108108 ' comment' : ' keywords that alter flow from within a block'
109109 ' name' : ' keyword.control.statement.python'
110- ' match' : ' \\ b(with|break|continue|pass|return|yield)\\ b'
110+ ' match' : ' \\ b(with|break|continue|pass|return|yield|await )\\ b'
111111 }
112112 {
113113 ' comment' : ' keyword operators that evaluate to True or False'
651651 ' match' : ' (?x)\\ b(\n\t\t\t\t (\n\t\t\t\t\t Arithmetic|Assertion|Attribute|BlockingIO|BrokenPipe|Buffer|ChildProcess|\n\t\t\t\t\t Connection(Aborted|Refused|Reset)?|EOF|Environment|FileExists|\n\t\t\t\t\t FileNotFound|FloatingPoint|Interrupted|IO|IsADirectoryError|\n\t\t\t\t\t Import|Indentation|Index|Key|Lookup|Memory|Name|NotADirectory|\n\t\t\t\t\t NotImplemented|OS|Overflow|Permission|ProcessLookup|Reference|\n\t\t\t\t\t Runtime|Standard|Syntax|System|Tab|Timeout|Type|UnboundLocal|\n\t\t\t\t\t Unicode(Encode|Decode|Translate)?|Value|VMS|Windows|ZeroDivision\n\t\t\t\t )Error|\n\t\t\t\t ((Pending)?Deprecation|Runtime|Syntax|User|Future|Import|Unicode|Bytes)?Warning|\n\t\t\t\t (Base)?Exception|\n\t\t\t\t SystemExit|StopIteration|NotImplemented|KeyboardInterrupt|GeneratorExit\n\t\t\t )\\ b'
652652 ' name' : ' support.type.exception.python'
653653 ' builtin_functions' :
654- ' match' : ' (?x)\\ b(__import__|abs|all|any|ascii|bin|bool|bytearray|bytes|callable|chr|classmethod|compile|complex|delattr|dict|dir|divmod|enumerate|eval|exec|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|isinstance|issubclass|iter|len|list|locals|map|max|memoryview|min|next|object|oct|open|ord|pow|print|property|range|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|vars|zip|file|long|raw_input|reduce|reload|unichr|unicode|xrange|apply|buffer|coerce|intern)\\ b'
654+ ' match' : ' (?x)\\ b(__import__|abs|all|any|ascii|bin|bool|bytearray|bytes|callable|chr|classmethod|compile|complex|delattr|dict|dir|divmod|enumerate|eval|exec|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|isinstance|issubclass|iter|len|list|locals|map|max|memoryview|min|next|object|oct|open|ord|pow|print|property|range|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|vars|zip|file|long|raw_input|reduce|reload|unichr|unicode|xrange|apply|buffer|coerce|intern|execfile )\\ b'
655655 ' name' : ' support.function.builtin.python'
656656 ' builtin_types' :
657657 ' match' : ' (?x)\\ b(\n\t\t\t\t basestring|bool|buffer|bytearray|bytes|complex|dict|float|frozenset|int|\n\t\t\t\t list|long|memoryview|object|range|set|slice|str|tuple|unicode|xrange\n\t\t\t )\\ b'
834834 ' generic_names' :
835835 ' match' : ' [A-Za-z_][A-Za-z0-9_]*'
836836 ' illegal_names' :
837- ' match' : ' \\ b(and|as|assert|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\\ b'
837+ ' match' : ' \\ b(and|as|assert|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|nonlocal|not|or|pass|print|raise|return|try|while|with|yield|await )\\ b'
838838 ' name' : ' invalid.illegal.name.python'
839839 ' keyword_arguments' :
840840 ' begin' : ' \\ b([a-zA-Z_][a-zA-Z_0-9]*)\\ s*(=)(?!=)'
Original file line number Diff line number Diff line change 11{
22 "name" : " language-python" ,
3- "version" : " 0.40 .0" ,
3+ "version" : " 0.41 .0" ,
44 "engines" : {
55 "atom" : " *" ,
66 "node" : " *"
You can’t perform that action at this time.
0 commit comments