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': [
|
'fileTypes': [
|
||||||
'conf',
|
'conf',
|
||||||
'nginx'
|
'nginx',
|
||||||
|
'nginxconf'
|
||||||
]
|
]
|
||||||
'foldingStartMarker': '\\{\\s*$'
|
'foldingStartMarker': '\\{\\s*$'
|
||||||
'foldingStopMarker': '^\\s*\\}'
|
'foldingStopMarker': '^\\s*\\}'
|
||||||
|
|
Loading…
Reference in New Issue