Fixed colorization of nested list. (#19596)

Fixed colorization of nested list with unindented line.
This commit is contained in:
katainaka
2017-02-02 07:18:23 +09:00
committed by Matt Bierner
parent 909d79f36a
commit 96ba7c27aa
3 changed files with 48 additions and 2 deletions

View File

@@ -522,7 +522,7 @@
</dict>
</array>
<key>while</key>
<string>(^|\G)([ ]{4}|\t)</string>
<string>((^|\G)([ ]{4}|\t))|(^[ \t]*$)</string>
</dict>
<dict>
<key>begin</key>
@@ -549,7 +549,7 @@
</dict>
</array>
<key>while</key>
<string>(^|\G)([ ]{4}|\t)</string>
<string>((^|\G)([ ]{4}|\t))|(^[ \t]*$)</string>
</dict>
</array>
</dict>