mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Parse config files in sites-enabled and sites-available
This commit is contained in:
parent
0ab67dcf5b
commit
f63ecc1304
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
syntax "Nginx" "nginx.*\.conf$" "\.nginx$"
|
syntax "Nginx" "nginx.*\.conf$" "\.nginx$" ".*\/sites\-available\/.*$" ".*\/sites\-enabled\/.*$"
|
||||||
header "^(server|upstream)[^{]*\{$"
|
header "^(server|upstream)[^{]*\{$"
|
||||||
|
|
||||||
color brightmagenta "\<(events|server|http|location|upstream)[[:space:]]*\{"
|
color brightmagenta "\<(events|server|http|location|upstream)[[:space:]]*\{"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue