Created
April 3, 2022 18:27
-
-
Save matthewnitschke/fbf5b2f433908b53a8daec24b8868518 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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