mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 21:03:51 -07:00
Parser support for $[..], plus deprecation warning.
This commit is contained in:
parent
fc4a6043d7
commit
76c5af2973
3 changed files with 18 additions and 2 deletions
|
@ -60,6 +60,7 @@ data Token =
|
|||
| T_Do Id
|
||||
| T_DollarArithmetic Id Token
|
||||
| T_DollarBraced Id Token
|
||||
| T_DollarBracket Id Token
|
||||
| T_DollarDoubleQuoted Id [Token]
|
||||
| T_DollarExpansion Id [Token]
|
||||
| T_DollarSingleQuoted Id String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue