https://github.com/inspircd/tmbundle
TextMate and Sublime Text bundle for the InspIRCd config/motd formats.
https://github.com/inspircd/tmbundle
inspircd sublime-text sublime-text-bundle syntax-highlighting textmate textmate-bundle
Last synced: 10 months ago
JSON representation
TextMate and Sublime Text bundle for the InspIRCd config/motd formats.
- Host: GitHub
- URL: https://github.com/inspircd/tmbundle
- Owner: inspircd
- Created: 2015-02-09T22:58:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T14:31:09.000Z (over 1 year ago)
- Last Synced: 2025-02-25T20:41:10.605Z (11 months ago)
- Topics: inspircd, sublime-text, sublime-text-bundle, syntax-highlighting, textmate, textmate-bundle
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## InspIRCd TextMate Bundle
## About
This bundle implements syntax highlighting for various InspIRCd formats.
### Installation
#### Sublime Text
Assuming that CONFIGDIR is set to the appropriate directory for your platform:
```sh
mkdir -p ${CONFIGDIR}/Packages/User
cd ${CONFIGDIR}/Packages/User
git clone https://github.com/inspircd/tmbundle.git InspIRCd.tmbundle
```
#### TextMate
```sh
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone https://github.com/inspircd/tmbundle.git InspIRCd.tmbundle
```
### To Do
- Highlight named color escapes in the MOTD grammar.
- Highlight XML entities in the configuration grammar.
### License
This bundle is licensed under the same license as InspIRCd (GPLv2).