Posted 20 years ago by Paul Hatcher
Avatar
I'm working on a script editing application where the actual code is embedded between {% and %} outside of these markers, the rest of the file can be consider to be just text.

How would I go about having the colour hilighting working in this scenario - the language between the markers could be VBScript, VB or JScript.

Regards

Paul

Comments (1)

Posted 20 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Paul,

Look at our HTML sample. In that there is an example of how to embed ASP within <% and %> markers. You'd want to do something similar, but instead of HTML markup in the parent language, you would want something very simple that just does plain text parsing (like words and whitespace).


Actipro Software Support

The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.