Merge pull request #19 from UncleRemus/master
added additional support for file-icons
This commit is contained in:
commit
58c4308636
|
@ -1,6 +1,7 @@
|
||||||
'fileTypes': [
|
'fileTypes': [
|
||||||
'conf',
|
'conf',
|
||||||
'nginx'
|
'nginx',
|
||||||
|
'nginxconf'
|
||||||
]
|
]
|
||||||
'foldingStartMarker': '\\{\\s*$'
|
'foldingStartMarker': '\\{\\s*$'
|
||||||
'foldingStopMarker': '^\\s*\\}'
|
'foldingStopMarker': '^\\s*\\}'
|
||||||
|
|
Loading…
Reference in New Issue