Skip to content

Commit

Permalink
[Python] Adds ResourceWarning to builtins exceptions list (sublimehq#…
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet authored and mitranim committed Mar 20, 2022
1 parent 1b9d072 commit 5c89900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/Python.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ contexts:
Runtime|Standard|Syntax|System|Tab|Timeout|Type|UnboundLocal|
Unicode(Encode|Decode|Translate)?|Value|VMS|Windows|ZeroDivision
)Error|
((Pending)?Deprecation|Runtime|Syntax|User|Future|Import|Unicode|Bytes)?Warning|
((Pending)?Deprecation|Resource|Runtime|Syntax|User|Future|Import|Unicode|Bytes)?Warning|
(Base)?Exception|
SystemExit|StopIteration|NotImplemented|KeyboardInterrupt|GeneratorExit
)\b
Expand Down

0 comments on commit 5c89900

Please sign in to comment.