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
1 changed files with 1 additions and 1 deletions

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:]]*\{"