Stylize scaler in expandable string
-
#!/bin/bash
#Scalers not recognized and stylized when in an expandable string (double quotes).
SCALER=“scaler”
echo “This is a $SCALER.”#Since the scaler is in a an expandable string (double quotes) it would be very useful for Notepad++ to recognize the scaler and stylize it the as if written like this:
echo “This is a “$SCALER”.”
#Sometimes scalers need to be treated as a quoted string and this would be very helpful.
Though this example is a bash script, obviously this would be applicable to any language with expandable strings.
Anyway to have Notepad++ do this?
Thanks
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login