Skip to content

inspircd/inspircd-tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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/inspircd-tmbundle.git InspIRCd.tmbundle

TextMate 2

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone https://github.com/inspircd/inspircd-tmbundle.git InspIRCd.tmbundle

To Do

  • Fix some minor omissions in the configuration highlighter:
    • Automatically detect the configuration format.
    • Escape codes (<config format="compat">).
    • XML entities (<config format="xml">).

License

This bundle is licensed under the same license as InspIRCd (GPLv2).