An open API service indexing awesome lists of open source software.

https://github.com/marko-js/marko-tmbundle

TextMate bundle for the Marko templating language
https://github.com/marko-js/marko-tmbundle

Last synced: 4 months ago
JSON representation

TextMate bundle for the Marko templating language

Awesome Lists containing this project

README

        

# 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](https://github.com/marko-js/atom-language-marko) package and the [sublime-marko](https://github.com/merwan7/sublime-marko) package.

## Installation

### Sublime Text 2/3

See: [sublime-marko](https://github.com/merwan7/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.