Skip to content

Commit

Permalink
🔧 add file association for nginx include files
Browse files Browse the repository at this point in the history
- [x] mime.type
- [x] fastcgi_params
- [x] scgi_params
- [x] uwsgi_params
- [x] proxy_params
- [x] fastcgi-php.conf
- [x] fastcgi.conf
  • Loading branch information
virgilwashere committed Apr 23, 2019
1 parent dd49972 commit 75c7837
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion syntaxes/nginx.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
"fileTypes": [
"conf",
"nginx",
"nginx.conf"
"nginx.conf",
"mime.type",
"fastcgi_params",
"proxy_params",
"scgi_params",
"uwsgi_params",
"fastcgi-php.conf",
"fastcgi.conf"
],
"foldingStartMarker": "\\{\\s*$",
"foldingStopMarker": "^\\s*\\}",
Expand Down

0 comments on commit 75c7837

Please sign in to comment.