atom-language-nginx icon indicating copy to clipboard operation
atom-language-nginx copied to clipboard

Syntax and snippet support for Nginx configuration files.

Results 5 atom-language-nginx issues
Sort by recently updated
recently updated
newest added

.nginx file is not being identified as NGINx file and therefore syntax highlighting wouldn't apply to the opened file. Atom v1.18.0 Thanks.

https://www.nginx.com/resources/wiki/modules/lua/

the `#` symbol may often come up during URL rewrites or redirects. In such cases, it denotes the "URL fragment" and should not be styled as a code comment in...

Can we make it so variables such as: ``` access_log /var/log/nginx/access.log main; ``` Mark `/var/log/nginx/access.log` and `main` as unquoted strings?

It looks like the version on npm has fallen behind! Would you mind publishing the latest version? I'm using this in my own tools that grab language stuff from NPM....