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

https://github.com/abi/config-files-textmate-bundle

TextMade bundle for Config files (.ini, .conf, .etc)
https://github.com/abi/config-files-textmate-bundle

Last synced: 4 months ago
JSON representation

TextMade bundle for Config files (.ini, .conf, .etc)

Awesome Lists containing this project

README

          

A TextMate bundle that provides nice syntax highlighting for config files. Currently supports the widely used [INI file](http://en.wikipedia.org/wiki/INI_file#Format) format. Eventually, I hope to support other config file formats. Based off the [ConfigObj bundle](http://blog.webmynd.com/2009/01/24/textmate-syntax-highlighting-for-configobj-and-ini-files/) but made to work with INI files.

To install:

```sh
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/abi/Config-files-TextMate-bundle.git Config.tmbundle
```