RSyntaxTextArea icon indicating copy to clipboard operation
RSyntaxTextArea copied to clipboard

XML/markup syntax should highlight well known templating syntax

Open rbanffy opened this issue 5 years ago • 0 comments

XML is often used in templating contexts, with values being replaced by other information that's available externally. This need became apparent while working with JMeter, which uses ${..} as template variable markers, but it could be used in other contexts as well.

One possible solution would be to have MARKUP_TEMPLATE_ token types added to TokenTypes, along with the corresponding change in behavior and the respective highlighting added to the theme resources.

The corresponding ticket in JMeter's tracker is https://bz.apache.org/bugzilla/show_bug.cgi?id=64401

rbanffy avatar Apr 30 '20 21:04 rbanffy