Skip to content

Commit 99432ce

Browse files
author
Josh Kaplan
committed
references #3 Python strings look like comments on build 3114. Problem arises from my special treatment of DocStrings to treat them like comments. This resolves the issue for default Python scheme, but forces PythonImproved to treat docstrings like regular strings.
1 parent a3eb7ac commit 99432ce

File tree

3 files changed

+3
-253
lines changed

3 files changed

+3
-253
lines changed

Monokai-Neue.tmTheme

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -997,8 +997,9 @@ See LICENSE-MIT and README.md files in project root diretory.
997997
<string>#3bc0f0</string>
998998
</dict>
999999
</dict>
1000-
<!-- Note: This got broken during Sublime Build 3114
1001-
it affects all strings in Python, however, PythonImproved is fine
1000+
<!--
1001+
Note: This got broken during Sublime Build 3114
1002+
it affects all strings in Python, however, PythonImproved is fine
10021003
-->
10031004
<!--
10041005
<dict>

samples/sample.json

Lines changed: 0 additions & 57 deletions
This file was deleted.

tools/rules.py

Lines changed: 0 additions & 194 deletions
This file was deleted.

0 commit comments

Comments
 (0)