Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>emf-json-syntax-highlightNew to Visual Studio Code? Get it now.
emf-json-syntax-highlight

emf-json-syntax-highlight

qmmq182

|
56 installs
| (0) | Free
Syntax Highlight For EMF json workflow file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

emf-json-syntax-highlight README

Syntax Highlight For EMF json workflow file.

How to use

  1. Install the extension and open the a json file for EMF workflow.
  2. Use the following settings (optional, if not use this setting may lost some extra font-style like bold/italic, but will still have colors highlight):
    • Ctrl+Shift+P to open command dialogue, then search "settings.json", choose Preferences: Open Settings (JSON) or Preferences: Open User Settings (JSON), will open a "settings.json" file,
    • Copy below setting into settings.json and save:
        "editor.semanticTokenColorCustomizations": {
      
      
        	"enabled": true, // enable for all themes
        	"rules": {
        		"*.static": {
        			"fontStyle": "bold"
        		},
        		"type": {
        			"foreground": "#00aa00"
        		},
        		"*.abstract": {
        			"fontStyle": "italic"
        		}
        	}
        }
      
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft