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
1 changed files with 2 additions and 0 deletions

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");