Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Marko Syntax HighlightingNew to Visual Studio Code? Get it now.
Marko Syntax Highlighting

Marko Syntax Highlighting

pcanella

|
18,465 installs
| (3) | Free
Syntax highlighting for Marko templates. Not sure what Marko is? Check out markojs.com for more info! Special thanks to https://github.com/merwan7 for creating the sublime originals!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

Marko Syntax Highlighting

Simply a port of https://github.com/merwan7/sublime-marko to VSCode. Enjoy.

Installation instructions:

  • Open VS Code
  • Open command panel with ⌘ + P (Mac) or F1 (Windows)
  • Type ext install marko and it should come right up.
  • Not working? patrick.canella@gmail.com and harass me!

Emmet Autocompletion

You can also enable emmet style autocompletion by adding the following configuration to your vscode settings:

"emmet.includeLanguages": {
  "marko": "html"
}

Original source code

https://github.com/pcanella/vscode-marko

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft