Skip to content

TextMate and Sublime Text bundle for the InspIRCd config/motd formats.

Notifications You must be signed in to change notification settings

inspircd/tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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:

mkdir -p ${CONFIGDIR}/Packages/User
cd ${CONFIGDIR}/Packages/User
git clone https://github.com/inspircd/tmbundle.git InspIRCd.tmbundle

TextMate

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