Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

SyntaxHighlighting for NSIS

$
0
0

 I don't know if this is the correct forum to put this question, but here's my question

I am writing a program that uses the SyntaxHighlighting mode of #Dev for NSIS.

 I have almost everything highlighted I want, now comes the question..

 How do I enable highlighting of KeyWords (from the xshd file) in strings?

Ex

Normal string

"$SMPROGRAMS\My application" will highlight all with a color of blue.

 How wold I get this highlighlighting?

"$SMPROGRAMS\My application"  where the variable $SMPROGRAMS is highlighted in say red, but th quotes and the rest of the string is highlighted in blue?

 

I have tried different Delimeters and such, but still no avail, unless I am not using the correct ones.

If there are any suggestions please feel free to leave any.

(Yes I do like NSIS, and still learning/unfamiliar with WiX)

 

Also I wold like to add this SyntaxHighlighing to #Dev after I finish this project.

If you need to see the NSIS-Mode.xshd file let me know.


Viewing all articles
Browse latest Browse all 1764

Trending Articles