1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-01 08:00:48 +00:00

Merge pull request #1643 from The-Lum/PatchBranch

add: Language Descriptor Improvement (adding `action` and `process`)
This commit is contained in:
PlantUML 2024-01-16 17:56:26 +01:00 committed by GitHub
commit 24d7e948af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,6 +93,8 @@ public class LanguageDescriptor {
type.add("metaclass");
type.add("map");
type.add("json");
type.add("action");
type.add("process");
keyword.add("@startwire");
keyword.add("@startbpm");