From efc4f8993076ce4058f69ce4d27850cb3680ccc2 Mon Sep 17 00:00:00 2001 From: Ron McCranie Date: Wed, 12 Apr 2017 12:14:38 -0500 Subject: [PATCH] added additional support for file-icons file-icons package looks for 'nginxconf' extension so adding that to this package. --- grammars/nginx.cson | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grammars/nginx.cson b/grammars/nginx.cson index 566e8c9..1941359 100644 --- a/grammars/nginx.cson +++ b/grammars/nginx.cson @@ -1,6 +1,7 @@ 'fileTypes': [ 'conf', - 'nginx' + 'nginx', + 'nginxconf' ] 'foldingStartMarker': '\\{\\s*$' 'foldingStopMarker': '^\\s*\\}'