提交 3022b4cd 编写于 作者: Y YukiUeda

support %%(fix #26825)

上级 770206ab
...@@ -74,13 +74,18 @@ ...@@ -74,13 +74,18 @@
<key>1</key> <key>1</key>
<dict> <dict>
<key>name</key> <key>name</key>
<string>variable.parameter.loop.begin.shell</string> <string>variable.other.parsetime.begin.shell</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>variable.other.parsetime.end.shell</string>
</dict> </dict>
</dict> </dict>
<key>name</key> <key>name</key>
<string>variable.parameter.loop.dosbatch</string> <string>variable.other.parsetime.dosbatch</string>
<key>match</key> <key>match</key>
<string>(?i)(%%)(~(?:f|d|p|n|x|s|a|t|z|\$[^:]*:)*)?[a-z]</string> <string>(%)[^%]+(%)|(%%)[^%]+(%%)</string>
</dict> </dict>
<dict> <dict>
<key>captures</key> <key>captures</key>
...@@ -88,18 +93,13 @@ ...@@ -88,18 +93,13 @@
<key>1</key> <key>1</key>
<dict> <dict>
<key>name</key> <key>name</key>
<string>variable.other.parsetime.begin.shell</string> <string>variable.parameter.loop.begin.shell</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>variable.other.parsetime.end.shell</string>
</dict> </dict>
</dict> </dict>
<key>name</key> <key>name</key>
<string>variable.other.parsetime.dosbatch</string> <string>variable.parameter.loop.dosbatch</string>
<key>match</key> <key>match</key>
<string>(%)[^%]+(%)</string> <string>(?i)(%%)(~(?:f|d|p|n|x|s|a|t|z|\$[^:]*:)*)?[a-z]</string>
</dict> </dict>
<dict> <dict>
<key>captures</key> <key>captures</key>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册