marko-tmbundle icon indicating copy to clipboard operation
marko-tmbundle copied to clipboard

TextMate bundle for the Marko templating language

Marko.tmbundle

TextMate bundle for the Marko templating language. This TextMate bundle is compatible with both TextMate and Sublime Text. A conversion script can be used to produce an Atom grammar file.

This package is used as the source for both the atom-language-marko package and the sublime-marko package.

Installation

Sublime Text 2/3

See: sublime-marko

TextMate 2

mkdir -p ~/Library/Application\ Support/TextMate/Managed/Bundles
cd ~/Library/Application\ Support/TextMate/Managed/Bundles
git clone https://github.com/marko-js/marko-tmbundle.git Marko.tmbundle

Intellij IDEA / Webstorm

  • IDEA: Install TextMate plugin, then install this marko-tmbundle (clone this repo and point the TextMate plugin to the location) - https://www.jetbrains.com/help/idea/using-textmate-bundles.html
  • WebStorm: TextMate support is already present, just install this marko-tmbundle - https://www.jetbrains.com/help/webstorm/2017.2/importing-textmate-bundles.html

Patches for additions are always welcome.