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
When I have e.g. x="$(echo "y")", everything inside $() should be a completely independent command ("y" should be highlighted as a string).
Prism.js incorrectly highlights "$(echo " and ")" as a string instead, and doesn't highlight commands inside like with x=`echo "y"` (which is working as expected).
The text was updated successfully, but these errors were encountered:
When I have e.g.
x="$(echo "y")"
, everything inside$()
should be a completely independent command ("y"
should be highlighted as a string).Prism.js incorrectly highlights
"$(echo "
and")"
as a string instead, and doesn't highlight commands inside like withx=`echo "y"`
(which is working as expected).The text was updated successfully, but these errors were encountered: