diff --git a/.vscode/C4.code-snippets b/.vscode/C4.code-snippets index 3defdae3..be6780c1 100644 --- a/.vscode/C4.code-snippets +++ b/.vscode/C4.code-snippets @@ -358,5 +358,49 @@ "$0" ], "description": "Set index of C4 Dynamic Diagram" + }, + "C4_Layout_With_Legend": { + "scope": "diagram", + "prefix": [ + "Layout with legend", + "Legend layout" + ], + "body": [ + "LAYOUT_WITH_LEGEND()" + ], + "description": "Add legend to C4 diagram." + }, + "C4_Layout_Left_Right": { + "scope": "diagram", + "prefix": [ + "Layout left to right", + "Left to right layout" + ], + "body": [ + "LAYOUT_LEFT_RIGHT()" + ], + "description": "Left to right layout for C4 diagram." + }, + "C4_Layout_Top_Down": { + "scope": "diagram", + "prefix": [ + "Layout top down", + "Top down layout" + ], + "body": [ + "LAYOUT_TOP_DOWN()" + ], + "description": "Top down layout for C4 diagram." + }, + "C4_Layout_As_Sketch": { + "scope": "diagram", + "prefix": [ + "Layout as sketch", + "Sketch layout" + ], + "body": [ + "LAYOUT_AS_SKETCH()" + ], + "description": "Sketch layout for C4 diagram." } } \ No newline at end of file diff --git a/C4.puml b/C4.puml index ce06b856..603a78e6 100644 --- a/C4.puml +++ b/C4.puml @@ -1,5 +1,5 @@ -' C4-PlantUML, version 1.0.0 -' https://github.com/RicardoNiepel/C4-PlantUML +' C4-PlantUML +' https://github.com/adrianvlupu/C4-PlantUML ' Colors ' ##################################