You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
The closing bracket ()) is a different color to the opening one
The use of backticks (`) results in improper syntax highlighting on the lines below
Steps to Reproduce
Open the following code in Visual Studio Code:
#!/bin/bashecho one two
cat <<<$(echo one two)
echo one two
echo one two
cat <<<`echo one two`echo one twoecho one twocat <<<$(echo one two)echo one two