Documentation mention 'Syntax Highlighting' as an option in the advanced text editor.
Is it possible to set the highlighting scheme to a given language (SQL) from a stringConcatenator transformer?
Documentation mention 'Syntax Highlighting' as an option in the advanced text editor.
Is it possible to set the highlighting scheme to a given language (SQL) from a stringConcatenator transformer?
Best answer by david_r
It seems you are using the StringConcatenator, which does not support syntax highlighting.
Consider using e.g. the AttributeCreator to concatenate the string instead, the editor there supports syntax highlighting.