Community
    • Login

    Stylize scaler in expandable string

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    scalerstylizeexpandablestringstyle
    1 Posts 1 Posters 3.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Noyb NoybnoybN
      Noyb Noybnoyb
      last edited by

      #!/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

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors