Skip to content

Commit

Permalink
adding language ABNF (#811)
Browse files Browse the repository at this point in the history
* adding language ABNF

* Update languages.yaml

Co-authored-by: Spenser Black <spenserblack01@gmail.com>

* Update languages.yaml

Co-authored-by: Ossama Hjaji <ossama-hjaji@live.fr>

Co-authored-by: Spenser Black <spenserblack01@gmail.com>
Co-authored-by: Ossama Hjaji <ossama-hjaji@live.fr>
  • Loading branch information
3 people committed Oct 9, 2022
1 parent 3d6445c commit 9742b6d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions languages.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
ABNF:
type: data
ascii: |
{0} ______
{0} | |
{0} | /\ |
{0}>>---+-->| /--\ |-->+--->>
{0} | |______| |
{0} | ______ |
{0} | | __ | |
{0} | | |__) | |
{0} +-->| |__) |-->+
{0} | |______| |
{0} | ______ |
{0} | | | |
{0} | | |\ | | |
{0} +-->| | \| |-->+
{0} | |______| |
{0} | ______ |
{0} | | ___ | |
{0} | | |___ | |
{0} +-->| | |-->+
{0} |______|
colors:
ansi:
- white
hex:
- '#888888'
chip: '#555e25'
Ada:
type: programming
ascii: |
Expand Down

0 comments on commit 9742b6d

Please sign in to comment.