File: nginx.vim

package info (click to toggle)
nginx 1.28.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,696 kB
  • sloc: ansic: 169,569; sh: 623; perl: 439; python: 240; makefile: 130; cpp: 19
file content (4 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (16)
1
2
3
4
au BufRead,BufNewFile *.nginx set ft=nginx
au BufRead,BufNewFile */etc/nginx/* set ft=nginx
au BufRead,BufNewFile */usr/local/nginx/conf/* set ft=nginx
au BufRead,BufNewFile nginx.conf set ft=nginx