Skip to content

Folding support for alternatve function definition syntax #64

Open
@sudar

Description

@sudar

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions