We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abd966 commit 0985d2cCopy full SHA for 0985d2c
1 file changed
runtime/syntax/sh.yaml
@@ -41,7 +41,7 @@ rules:
41
# Conditional flags
42
- statement: "\\s+(-[A-Za-z]+|--[a-z]+)"
43
44
- - identifier: "\\$\\{[0-9A-Za-z_:!%&=+#~@*^$?, .\\-\\/\\[\\]]+\\}"
+ - identifier: "\\$\\{[\\w:!%&=+#~@*^$?, .\\-\\/\\[\\]]+\\}"
45
- identifier: "\\$([0-9_!#@*$?-]|[A-Za-z_]\\w*)"
46
47
- constant.string:
0 commit comments