clutcher / bh

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

customize keywords highlighter #4

Closed zhangbest5 closed 1 year ago

zhangbest5 commented 1 year ago

Hi, this is a great project you have

But in keywords, the functional implementation is not ideal

For example, if I want to color <<< >>> in html, replace {{}}, because the golang template Interpolation conflicts with vue, but does not take effect when set to keywords. In Goland.

Sorry, my English is not good, I use the translation software.

zhangbest5 commented 1 year ago

I suggest you look at the picture below d

clutcher commented 1 year ago

@zhangbest5 Can you update to latest release 2023.5.0 and use RegExp type of highlighting? It should cover your request.

zhangbest5 commented 1 year ago

Use RegExp type of highlighting, It works! Thank you very much!