clutcher / bh

Issue tracker for Better Highlights Intellij IDEA plugin
7 stars 0 forks source link

Add possibility to highlight combination of keywords #20

Closed clutcher closed 1 year ago

clutcher commented 3 years ago

https://plugins.jetbrains.com/plugin/12895-comments-highlighter/reviews#review=57186

Would be good if it was possible to highlight combination of keywords, e.g. 'private function' instead of just 'private'. Because we need different coloring for "private function small_operation() {}" vs "public function api_for_the_world() {}". E.g. private function in red color (both words) and public function in green color (both words)

clutcher commented 1 year ago

Most proabaly can be covered with clutcher/better_highlights_bugtracker#7 . Direct implmentation as a combination of few keywords looks too complicated.

clutcher commented 1 year ago

7 Was released and it should allow to cover that request. Closing.