Skip to content

Instantly share code, notes, and snippets.

@matthewnitschke
Created April 3, 2022 18:27
Show Gist options
  • Select an option

  • Save matthewnitschke/fbf5b2f433908b53a8daec24b8868518 to your computer and use it in GitHub Desktop.

Select an option

Save matthewnitschke/fbf5b2f433908b53a8daec24b8868518 to your computer and use it in GitHub Desktop.
Draw.loadPlugin(function(ui) {
mxResources.parse('syntaxHighlighting=Highlight Syntax');
// Adds action
ui.actions.addAction('syntaxHighlighting', function() {
console.log('apply')
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment