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.
See: sublime-marko
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
- 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.