added additional support for file-icons

file-icons package looks for 'nginxconf' extension so adding that to this package.
This commit is contained in:
Ron McCranie 2017-04-12 12:14:38 -05:00 committed by GitHub
parent 0b0d00be7a
commit efc4f89930
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
'fileTypes': [ 'fileTypes': [
'conf', 'conf',
'nginx' 'nginx',
'nginxconf'
] ]
'foldingStartMarker': '\\{\\s*$' 'foldingStartMarker': '\\{\\s*$'
'foldingStopMarker': '^\\s*\\}' 'foldingStopMarker': '^\\s*\\}'