getFoldingContributors abstract method
Return a list containing the folding contributors that should be used
to create folding regions for the file with the given path
.
Implementation
List<FoldingContributor> getFoldingContributors(String path);
Return a list containing the folding contributors that should be used
to create folding regions for the file with the given path
.
List<FoldingContributor> getFoldingContributors(String path);