1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 00:25:39 +01:00

Parse config files in sites-enabled and sites-available

This commit is contained in:
Birger Jarl 2018-11-04 00:49:03 +03:00 committed by GitHub
parent 0ab67dcf5b
commit f63ecc1304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
syntax "Nginx" "nginx.*\.conf$" "\.nginx$"
syntax "Nginx" "nginx.*\.conf$" "\.nginx$" ".*\/sites\-available\/.*$" ".*\/sites\-enabled\/.*$"
header "^(server|upstream)[^{]*\{$"
color brightmagenta "\<(events|server|http|location|upstream)[[:space:]]*\{"