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
- Host: GitHub
- URL: https://github.com/marko-js/marko-tmbundle
- Owner: marko-js
- License: mit
- Created: 2016-03-02T18:16:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T17:42:02.000Z (about 2 years ago)
- Last Synced: 2025-01-13T01:48:43.100Z (5 months ago)
- Language: Marko
- Size: 88.9 KB
- Stars: 20
- Watchers: 7
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.htmlPatches for additions are always welcome.