https://github.com/joelesko/tht.tmbundle
TextMate bundle for the THT programming language
https://github.com/joelesko/tht.tmbundle
textmate textmate-bundle tht tmbundle
Last synced: 4 months ago
JSON representation
TextMate bundle for the THT programming language
- Host: GitHub
- URL: https://github.com/joelesko/tht.tmbundle
- Owner: joelesko
- License: mit
- Created: 2019-11-05T01:38:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T10:38:06.000Z (over 4 years ago)
- Last Synced: 2024-12-31T18:56:55.308Z (5 months ago)
- Topics: textmate, textmate-bundle, tht, tmbundle
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
TextMate bundle for the THT programming language.
# Install
## TextMate
- Open the preferences and go the bundles tab. After installation it will be automatically updated for you.
## Sublime Text
- Go to `Preferences > Browse Packages...`
- Create a `THT` directory
- Copy the directories overYour directory will look something like this:
```
+ Sublime Text 3
|
+--+ Packages
|
+--+ THT
|
+-- Preferences
+-- Syntax
+-- info.plist```