mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
Update sh.yaml
This adds back the lowercase characters to the identifier name.
This commit is contained in:
parent
2c219ba647
commit
e3fd914e0b
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ rules:
|
|||
- statement: "--[a-z-]+"
|
||||
- statement: "\\ -[a-z]+"
|
||||
|
||||
- identifier: "\\$\\{?[0-9A-Z_!@#$*?-]+\\}?"
|
||||
- identifier: "\\$\\{?[0-9A-Z_!@#$*?-]+\\}?"
|
||||
- identifier: "\\$\\{?[0-9A-Za-z_!@#$*?-]+\\}?"
|
||||
- identifier: "\\$\\{?[0-9A-Za-z_!@#$*?-]+\\}?"
|
||||
|
||||
- constant.string:
|
||||
start: "\""
|
||||
|
|
|
|||
Loading…
Reference in a new issue