getHighlightsContributors abstract method

List<HighlightsContributor> getHighlightsContributors(
  1. String path
)

Return a list containing the highlighting contributors that should be used to create highlighting information for the file with the given path.

Implementation

List<HighlightsContributor> getHighlightsContributors(String path);