We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce:
#!/bin/bash CONT=`cat <<-END1 | wc -l line1 line2 END1` echo "$CONT"
4.- The last lime must be highlighted as a new statement
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered:
I don't know if this is really related, but a similar problem arises with herestrings (<<<) :
<<<
format() { name=$(awk '{print tolower($0)}' <<< $1) name=$(sed 's/\s+//g;s/[^a-z]//g'<<< $name) echo $name }
With this snippet, the 2 last lines of the function will not be highlighted properly.
Sorry, something went wrong.
Duplicate of textmate/shellscript.tmbundle#35
aeschli
No branches or pull requests
Steps to Reproduce:
4.- The last lime must be highlighted as a new statement
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: