Portucalle - 2019-01-04

Hi,

You can set the syntax highlighting for a given language by running:

editAreaLoader.execCommand(editor_id,"change_syntax",language);

For example, assuming your textarea's ID is "editorTextArea" and you want to syntax highlighting for "css":

editAreaLoader.execCommand("editorTextArea","change_syntax","css");