Skip to content

Commit 9742b6d

Browse files
atluftspenserblacko2sh
authored
adding language ABNF (#811)
* adding language ABNF * Update languages.yaml Co-authored-by: Spenser Black <[email protected]> * Update languages.yaml Co-authored-by: Ossama Hjaji <[email protected]> Co-authored-by: Spenser Black <[email protected]> Co-authored-by: Ossama Hjaji <[email protected]>
1 parent 3d6445c commit 9742b6d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

languages.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
ABNF:
2+
type: data
3+
ascii: |
4+
{0} ______
5+
{0} | |
6+
{0} | /\ |
7+
{0}>>---+-->| /--\ |-->+--->>
8+
{0} | |______| |
9+
{0} | ______ |
10+
{0} | | __ | |
11+
{0} | | |__) | |
12+
{0} +-->| |__) |-->+
13+
{0} | |______| |
14+
{0} | ______ |
15+
{0} | | | |
16+
{0} | | |\ | | |
17+
{0} +-->| | \| |-->+
18+
{0} | |______| |
19+
{0} | ______ |
20+
{0} | | ___ | |
21+
{0} | | |___ | |
22+
{0} +-->| | |-->+
23+
{0} |______|
24+
colors:
25+
ansi:
26+
- white
27+
hex:
28+
- '#888888'
29+
chip: '#555e25'
130
Ada:
231
type: programming
332
ascii: |

0 commit comments

Comments
 (0)