/marko-tmbundle

TextMate bundle for the Marko templating language

Primary LanguageMarkoMIT LicenseMIT

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

Patches for additions are always welcome.