sublime-nginx icon indicating copy to clipboard operation
sublime-nginx copied to clipboard

Improved syntax support for Nginx configuration files

Results 11 sublime-nginx issues
Sort by recently updated
recently updated
newest added

Hello, on - ST3 build 3211 - macOS 10.15.6 (19G2021) - nginx plugin v2020.08.20.02.05.17 When I paste from nginx config into a new file and try to save, I get...

eg d= 16k 10r 20s dd = 11.22.22.22

eg return ddd/$host$request_dd return ${name}

I installed the plugin using Package Control, it shows up in "Package Control: List Packages" but there's no Nginx option in the syntax dropdown and searching for "nginx" in the...

It would be really nice if this also supported lua ( _by_lua, by_lua_block, etc - see openresty). Ideally even with context sensitive comment characters (since -- is a comment in...

In addition, you can drop something like this into your .sublime-keymap for quick syntax assignment on scripts w/no .conf extension - customary with nginx server config scripts. here is my...

How about also allowing *.vhost file recognition? This is the default extension for organizing the configs for multiple virtual hosts. Thanks.

locations and context entries will be shown in panel `Goto/Goto Symbol` (default shortcut `Ctrl+R`) additionally repaired some RE, added capture markers for using inside extended custom themes;

Add support for openresty alternative syntax "set_by_lua_block $var {}" additionally to the "set_by_lua_block {}" syntax already supported.