Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 811 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 811 Bytes

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? [email protected] 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

Enjoy!