broxus/intellij-t-sol

Natspec comments starting from `/**` break syntax highlighting

vp-mazekine opened this issue · 0 comments

Summary

When inputting comments in a block NatSpec (i.e., starting from /**), syntax highlighting breaks for all functions that lay below it.
image

Steps to reproduce

  • Create a function declaration
  • Create NatSpec block /**...*/
  • Syntax highlighting breaks

Note

The bug is unstable: in certain conditions, it doesn't cause a breaking effect. Typically, the functions added to the end of the contract are affected instead of the ones in the middle.