We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8879eba commit c8796d1Copy full SHA for c8796d1
Syntaxes/Shell-Unix-Bash.tmLanguage
@@ -1292,7 +1292,7 @@
1292
</dict>
1293
<dict>
1294
<key>begin</key>
1295
- <string>(?<=^|;|&|\s)(for)\s+((?:[^\s\\]|\\.)+)(?=\s|;|&|$)</string>
+ <string>(?<=^|;|&|\s)(for)\s+([^\s\\]+)(?=\s|;|&|$)</string>
1296
<key>beginCaptures</key>
1297
1298
<key>1</key>
@@ -1351,7 +1351,7 @@
1351
1352
1353
1354
- <string>(?<=^|;|&|\s)(select)\s+((?:[^\s\\]|\\.)+)(?=\s|;|&|$)</string>
+ <string>(?<=^|;|&|\s)(select)\s+([^\s\\]+)(?=\s|;|&|$)</string>
1355
1356
1357
0 commit comments