https://github.com/pillar-markup/pillar.tmbundle
Texmate plugin for Pillar
https://github.com/pillar-markup/pillar.tmbundle
Last synced: about 2 months ago
JSON representation
Texmate plugin for Pillar
- Host: GitHub
- URL: https://github.com/pillar-markup/pillar.tmbundle
- Owner: pillar-markup
- License: mit
- Created: 2014-04-19T17:23:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T20:31:45.000Z (almost 10 years ago)
- Last Synced: 2025-02-15T23:42:00.955Z (4 months ago)
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
###Textmate Installation:
* Download the `Pillar.tmbundle.zip` from the [latest release](https://github.com/pillar-markup/Pillar.tmbundle/releases/latest).
* Unzip.
* Double click on a bundle file to install it.
* Open TextMate preferences and add these 2 shell variables :
- PHARO_VM that gives the absolute path to the PharoVM binary (not the .app folder)
Example: /Applications/Pharo.app/Contents/MacOS/Pharo
- PILLAR_IMAGE that gives the absolute path to the image to use for processing Pillar files. This image must have Pillar loaded (cf. [Pillar documentation](https://github.com/pillar-markup/pillar-documentation))
Example: /Users/bob/Repositories/PharoBooks/BookSkeleton.git/Pharo.image
###Developer installation
cd ~/Library/Application\ Support/Avian/Bundles
git clone https://github.com/pillar-markup/Pillar.tmbundleYou can then easily benefit from new updates by doing:
cd ~/Library/Application\ Support/Avian/Bundles
git pull