mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-04 21:04:42 +00:00
Merge
This commit is contained in:
commit
37343350ca
2 changed files with 3 additions and 3 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: "\""
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ rules:
|
|||
rules: []
|
||||
|
||||
- comment:
|
||||
start: "#"
|
||||
start: "(^|\\s)#"
|
||||
end: "$"
|
||||
rules: []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue