1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-02 16:40:49 +00:00

add: Language Descriptor Improvement (adding action and process)

This commit is contained in:
The-Lum 2024-01-16 16:22:19 +00:00
parent 48dc07da95
commit 9502ed812b

View File

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