can design 2.7

Nginx TextMate Bundle

Features

Language grammar

This is my first attempt at any kind of language grammar for TextMate, so don’t expect intensely satisfying code completion or anything like that. At least not for a while. Right now all you get are a few scopes you can use to add some style to your nginx configuration files; and very basic code folding, it only folds between { and } and then probably not all the time if you format your code tremendously differently than I do. The grammar is basically still just a keyword highlighter for nicer looking files.

Scopes

http://github.com/johnmuhl/nginx-tmbundle/tree/master

before

and after

2008/05/04