clutcher / bh

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

[Feature Request] Support associating regex rules with specific file extensions #122

Open nanlan2017 opened 3 months ago

nanlan2017 commented 3 months ago

If it could support associating regex rules with specific file extensions, that would be great. For example, I want to apply certain regex highlight rules only in .vue files, such as highlighting mounted(), but I don’t want this rule to be enabled in other types of files because it only makes sense for Vue files.

clutcher commented 2 months ago

Would be implemented after release of #95 , as it requires same huge internal refactoring of settings persistance, which would be done in scope of #95.

clutcher commented 3 weeks ago

Copy-paste from another ticket:

As for timeline, this month I should finish with everything related to method/function highlight and would switch on that regexp associatiation thing. If nothing unexpected would pop up - you can expect to receive that regexp association somewhere in October.