• Login
Community
  • Login

Stylize scaler in expandable string

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
scalerstylizeexpandablestringstyle
1 Posts 1 Posters 3.4k 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.
  • N
    Noyb Noybnoyb
    last edited by Jun 27, 2015, 8:22 AM

    #!/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
    1 out of 1
    • First post
      1/1
      Last post
    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors