Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for PlantUML #3372

Merged
merged 2 commits into from Mar 21, 2022
Merged

Conversation

RunDevelopment
Copy link
Member

This resolves #3288.

image


Frankly, I don't like what I created. PlantUML is such an incredibly complex and context-sensitive language that Prism will likely never be able to highlight it correctly. I focused on a few diagram types and tried my best. It's not good but it's better than no highlighting at all.

@github-actions
Copy link

github-actions bot commented Mar 7, 2022

JS File Size Changes (gzipped)

A total of 3 files have changed, with a combined diff of +1.15 KB (+23.0%).

file master pull size diff % diff
components/prism-plant-uml.min.js 0 Bytes 1.12 KB +1.12 KB +100.0%
plugins/autoloader/prism-autoloader.min.js 2.36 KB 2.37 KB +11 B +0.5%
plugins/show-language/prism-show-language.min.js 2.63 KB 2.65 KB +19 B +0.7%

Generated by 🚫 dangerJS against 07c21ad

@RunDevelopment RunDevelopment merged commit 0d49553 into PrismJS:master Mar 21, 2022
@RunDevelopment RunDevelopment deleted the issue3288 branch March 21, 2022 14:28
@Stwissel
Copy link

Awesome. Good enough for most purposes. Typically you will find a rendered image close to the PlantUML source, so basic highlight suffices. Love your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Language Support for PlantUML
2 participants