Fix sh brackets detection

This commit is contained in:
Jesse Portnoy
2023-07-16 16:15:29 +01:00
parent 5fa7eb841e
commit 92d5b017bb
+1
View File
@@ -19,6 +19,7 @@ rules:
# Conditional flags
- statement: "--[a-z-]+"
- statement: "\\ -[a-z]+"
- symbol.brackets: "(\\[|\\]|\\{|\\}|[()])"
- identifier: "\\$\\{?[0-9A-Z_!@#$*?-]+\\}?"
- identifier: "\\$\\{?[0-9A-Z_!@#$*?-]+\\}?"