https://github.com/doches/configparser.sugar
A ConfigParser (RFC 822) Sugar for Espresso
https://github.com/doches/configparser.sugar
Last synced: over 1 year ago
JSON representation
A ConfigParser (RFC 822) Sugar for Espresso
- Host: GitHub
- URL: https://github.com/doches/configparser.sugar
- Owner: doches
- Created: 2009-11-25T10:34:21.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-11-30T01:00:33.000Z (over 16 years ago)
- Last Synced: 2025-02-09T00:17:49.976Z (over 1 year ago)
- Homepage: http://www.texasexpat.net/posts/configparser.html
- Size: 72.3 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.markdown
Awesome Lists containing this project
README
# ConfigParser.sugar
This sugar provides syntax highlighting for configuration files following RFC 822. Among other things,
it understands both Windows .ini files and config files produced by Python's ConfigParser module.
## Installation
Clone this project somewhere, with the following:
git clone git://github.com/doches/ConfigParser.sugar.git ./ConfigParser.sugar
And then link it to your syntaxes directory:
ln -s "$(pwd)/ConfigParser.sugar" "/Users/$(whoami)/Library/Application Support/Espresso/Sugars/"