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)
- Host: GitHub
- URL: https://github.com/abi/config-files-textmate-bundle
- Owner: abi
- Created: 2011-06-13T23:51:47.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-13T23:53:02.000Z (about 15 years ago)
- Last Synced: 2025-08-04T06:55:53.546Z (11 months ago)
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```