public
Description: TextMate bundle to provide niceties for nginx configuration
Homepage: http://johnmuhl.com/notebook/nginx-textmate-bundle
Clone URL: git://github.com/johnmuhl/nginx-tmbundle.git
name age message
directory Preferences/ Wed Aug 12 07:11:14 -0700 2009 added Comment.tmPreferences [quentonc]
file README.textile Fri May 16 18:13:10 -0700 2008 nothing shouldn be <del>'d [johnmuhl]
directory Snippets/ Sun May 04 10:38:48 -0700 2008 Initial commit, includes basic language grammar [john muhl]
directory Syntaxes/ Fri May 16 18:11:42 -0700 2008 Add standard prefixes to scopes, i.e. 'constant... [johnmuhl]
file info.plist Fri May 16 18:11:42 -0700 2008 Add standard prefixes to scopes, i.e. 'constant... [johnmuhl]
file nginx-config.tmTheme Tue May 06 17:56:56 -0700 2008 A slightly more useful theme. [john]
README.textile

Features

  • Language grammar
  • folding
  • highlighting
  • log tab completion for setting up logs in NCSA combined format (the same
    as Apache’s combined log format)

Scopes

  • source.nginx
  • module.events
  • module.http
  • directive.module.main
  • directive.module.events
  • directive.module.http
  • directive.module.http.upstream
  • directive.module.http.access
  • directive.module.http.auth_basic
  • directive.module.http.autoindex
  • directive.module.http.browser
  • directive.module.http.charset
  • directive.module.http.empty_gif
  • directive.module.http.fastcgi
  • directive.module.http.geo
  • directive.module.http.gzip
  • directive.module.http.headers
  • directive.module.http.referer
  • directive.module.http.limit_zone
  • directive.module.http.log
  • directive.module.http.map
  • directive.module.http.memcached
  • directive.module.http.proxy
  • directive.module.http.rewrite
  • directive.module.http.ssi
  • directive.module.http.userid
  • comment
  • brace
  • paren
  • regex
  • end