feat(arch): added github, digital ocean icons

This commit is contained in:
NicolasNewman
2024-05-20 11:15:09 -05:00
parent 769d5660f5
commit 7c9e0e51da
6 changed files with 612 additions and 315 deletions

View File

@@ -41,7 +41,7 @@ Edge:
terminal ARROW_DIRECTION: 'L' | 'R' | 'T' | 'B';
terminal ARCH_ID: /[\w]+/;
terminal ARCH_TEXT_ICON: /\("[^"]+"\)/;
terminal ARCH_ICON: /\([\w]+\)/;
terminal ARCH_ICON: /\([\w:]+\)/;
terminal ARCH_TITLE: /\[[\w ]+\]/;
terminal ARROW_GROUP: /\{group\}/;
terminal ARROW_INTO: /\(|\)/;