NonGNU ELPA - nginx-mode

nginx-mode

Description
major mode for editing nginx config files
Latest
nginx-mode-1.1.9.tar, 2021-Aug-29, 20.0 KiB
Maintainer
Andrew J Cosgriff <andrew@cosgriff.name>
Home page
https://elpa.nongnu.org/nongnu/nginx-mode.html
Browse repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET nginx-mode RET

Full description

This is a quick mode for editing Nginx config files, as I didn't find
anything else around that did quite this much.

Many thanks to the authors of puppet-mode.el, from where I found a
useful indentation function that I've modified to suit this situation.

Put this file into your load-path and the following into your ~/.emacs:
  (require 'nginx-mode)