You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While getting the data from the first line is probably from a performance pov the most desirable, but with PlantUML also being integrated in other bits and parts (within markdown for example, one can do
```plantuml
@startuml...
and so having syntax highlighting within markdown would be very nice to have.
The same can be said for other languages of course, like within code comments etc.
The text was updated successfully, but these errors were encountered:
Sorry @aklt for the extremly late reply. I was just looking for a plantuml plugin, thinking I didn't have one, found this repo, was like oh cool, read the readme and figured, oh this requires an issue :)
Anyway, I think it is becoming quite common to put plantuml statements in markdown documents.
For example:
# Chapter 1
Some text
## PlantUML example
@startuml
Alice -> Bob : Hello
@enduml
Some final words
Right now, it just confuses Vi because it doesn't know if it's plantuml or markdown :(
While getting the data from the first line is probably from a performance pov the most desirable, but with PlantUML also being integrated in other bits and parts (within markdown for example, one can do
and so having syntax highlighting within markdown would be very nice to have.
The same can be said for other languages of course, like within code comments etc.
The text was updated successfully, but these errors were encountered: