Skip to content

Commit

Permalink
Forgot to add del with print
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jun 29, 2014
1 parent 715a3cc commit 5036983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Better Python/Python.tmLanguage
Expand Up @@ -1439,7 +1439,7 @@
<dict>
<!-- Non function style print -->
<key>match</key>
<string>(?&lt;!\.)\b(print)\b</string>
<string>(?&lt;!\.)\b(print|del)\b</string>
<key>name</key>
<string>support.function.builtin.python</string>
</dict>
Expand Down

0 comments on commit 5036983

Please sign in to comment.