esteinberg / plantuml4idea

Intellij IDEA plugin for PlantUML
Apache License 2.0
618 stars 111 forks source link

Code Highlighting for preprocessor code #389

Open Bellamonte opened 1 year ago

Bellamonte commented 1 year ago

There is no highlighting for PlantUML preprocessor code. As I'm writing my PlantUML massively using preprocessor functionality, it get's really hard to read the code, if there is no highlighting of variables, processes, functions and so on. This should definately be improved. Thanks! :)

krasa commented 1 year ago

like that? image

Bellamonte commented 1 year ago

Yes, this looks pretty good! Looking forward to this being released. :)

krasa commented 1 year ago

done. btw it is a dumb highlighting, it does not really recognize syntax

Bellamonte commented 1 year ago

Oh, but it really helps to be able to have some orienation still, even if it is not that sohphisticated... Thanks! One thing: Could you also make it work inside @startdef/@enddef, not only @startuml/@enduml? That would be great! :)