1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-05-31 23:50:49 +00:00

Merge pull request #666 from The-Lum/detach-mod

mod: change class of `detach`
This commit is contained in:
arnaudroques 2021-09-12 12:29:53 +02:00 committed by GitHub
commit 07d9cc9917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,6 @@ public class LanguageDescriptor {
type.add("queue");
type.add("archimate");
type.add("diamond");
type.add("detach");
type.add("collections");
type.add("hexagon");
type.add("label");
@ -200,6 +199,7 @@ public class LanguageDescriptor {
keyword.add("fork");
keyword.add("again");
keyword.add("kill");
keyword.add("detach");
keyword.add("order");
keyword.add("allow_mixing");
keyword.add("allowmixing");