This commit is contained in:
Zachary Yedidia 2020-02-07 20:04:58 -05:00
commit 37343350ca
2 changed files with 3 additions and 3 deletions

View file

@ -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: "\""

View file

@ -46,7 +46,7 @@ rules:
rules: []
- comment:
start: "#"
start: "(^|\\s)#"
end: "$"
rules: []