mirror of
https://github.com/octoleo/plantuml.git
synced 2025-01-31 11:08:33 +00:00
Merge pull request #1643 from The-Lum/PatchBranch
add: Language Descriptor Improvement (adding `action` and `process`)
This commit is contained in:
commit
24d7e948af
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user