mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 19:00:27 +01:00
Parse config files in sites-enabled and sites-available
This commit is contained in:
parent
0ab67dcf5b
commit
f63ecc1304
|
@ -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…
Reference in New Issue
Block a user