sendHighlightsNotification method
If the plugin provides highlighting information, send a highlights
notification for the file with the given path
to the server.
Implementation
Future<void> sendHighlightsNotification(String path) {
return Future.value();
}