mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
Fixed colorization of nested list. (#19596)
Fixed colorization of nested list with unindented line.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user