forked from aniani/vim
patch 8.2.3464: nginx files are not recognized
Problem: nginx files are not recognized. Solution: Add several file patterns. (Chris Aumann, closes #8922)
This commit is contained in:
committed by
Bram Moolenaar
parent
72d2fa69e5
commit
8b8c0ed657
@@ -1143,6 +1143,9 @@ au BufNewFile,BufRead Neomuttrc setf neomuttrc
|
||||
" Netrc
|
||||
au BufNewFile,BufRead .netrc setf netrc
|
||||
|
||||
" Nginx
|
||||
au BufNewFile,BufRead *.nginx,nginx*.conf,*nginx.conf,*/etc/nginx/*,*/usr/local/nginx/conf/*,*/nginx/*.conf setf nginx
|
||||
|
||||
" Ninja file
|
||||
au BufNewFile,BufRead *.ninja setf ninja
|
||||
|
||||
|
||||
Reference in New Issue
Block a user