Code folding is supported for normal function definition syntax ``` function test() { } ``` But code folding is not supported for the alternate function definition syntax ``` test: function() { } ``` Would it be possible to add support for the second syntax style as well?
Code folding is supported for normal function definition syntax
But code folding is not supported for the alternate function definition syntax
Would it be possible to add support for the second syntax style as well?