clutcher / bh

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

multi-line comment highlighting not working on python(pycharm) #45

Closed itsmo1031 closed 1 year ago

itsmo1031 commented 1 year ago
SCR-20230517-iyvl

It seems that the multi-line comment highlighting on Python doesn't work right now. Could you fix this issue? Thanks for maintaining the great stuff you've made, by the way.

Environment

OS: macOS Ventura 13.3.1 (a) IDE: Pycharm Professional Edition 2023.1.1 Language: Python (PyPy 3.11) Plugin version: 2023.5.0

clutcher commented 1 year ago

@itsmo1031 There was internal changes in PSI for Python and now Python Doc Comments are not more PsiComment, now they are PlainLiteral. Fix would be in nearest release. Should be available for download in a day or so.