Closed
Description
The parser fails on some expressions where '#' should not be interpreted as the start of a comment.
Examples:
- Interpret number in a certain base:
dec=$((10#$x))
- Referring to the number of positional parameters :
last=${!#}
,n=${#}
This language server is really useful in working with large collections of shell scripts! Fixing these corner cases would be great!
Metadata
Metadata
Assignees
Labels
No labels