added additional support for file-icons
file-icons package looks for 'nginxconf' extension so adding that to this package.
This commit is contained in:
parent
0b0d00be7a
commit
efc4f89930
|
@ -1,6 +1,7 @@
|
|||
'fileTypes': [
|
||||
'conf',
|
||||
'nginx'
|
||||
'nginx',
|
||||
'nginxconf'
|
||||
]
|
||||
'foldingStartMarker': '\\{\\s*$'
|
||||
'foldingStopMarker': '^\\s*\\}'
|
||||
|
|
Loading…
Reference in New Issue