An open API service indexing awesome lists of open source software.

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.

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).