Add test for captures in whileCondition

This commit is contained in:
Matt Bierner 2016-09-26 14:41:18 -07:00
Родитель f8b9dd04b4
Коммит 67649c2826
2 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -80,8 +80,16 @@
</array>
<key>name</key>
<string>blist</string>
<key>whileCaptures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>bstart</string>
</dict>
</dict>
<key>while</key>
<string>b</string>
<string>(b)</string>
</dict>
</dict>
<key>scopeName</key>

Просмотреть файл

@ -300,7 +300,8 @@
"scopes": [
"text.whileLang",
"alist",
"blist"
"blist",
"bstart"
],
"value": "b"
},