https://github.com/objectionary/eo.tmbundle
TextMate Plugin for Syntax Highlighting in EO Programs
https://github.com/objectionary/eo.tmbundle
Last synced: 2 months ago
JSON representation
TextMate Plugin for Syntax Highlighting in EO Programs
- Host: GitHub
- URL: https://github.com/objectionary/eo.tmbundle
- Owner: objectionary
- License: mit
- Created: 2022-11-21T08:34:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T23:48:42.000Z (over 1 year ago)
- Last Synced: 2025-02-28T22:19:50.738Z (11 months ago)
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# eo-textmate
TextMate Plugin for Syntax Highlighting in EO Programs
# Installation
```
mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
git clone https://github.com/objectionary/eo.tmbundle.git
```
At a later time you can update the bundles which you have installed by executing these two lines:
```
cd /Library/Application\ Support/TextMate/Bundles
git pull
```
If TextMate is running while you perform the update, you may want to also reload bundles:
Bundles → Bundle Editor → Reload Bundles from within TextMate.