Skip to content

Commit

Permalink
New language: Arduino (#1176)
Browse files Browse the repository at this point in the history
* Update languages.yaml

Add arduino language support, since arduino is basically cpp, the chip refers to cpp.

* Fix `chip` value

* Shrink the ASCII art

Shrink the ASCII art to make the linter happy...

* Revert "Shrink the ASCII art" and fix whitespace

The ASCII art was mostly fine besides the trailing whitespace, and
didn't need to be shrunk further.

This reverts commit 161baa4.

* o2sh's ASCII edit

Cleaner than mine ASCII art made by o2sh.

---------

Co-authored-by: Spenser Black <[email protected]>
  • Loading branch information
Sh4rk-Byte and spenserblack authored Sep 20, 2023
1 parent 449367f commit 99f64b8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,25 @@ Ada:
- "#0018C9"
- "#0C0A7C"
chip: "#02F88C"
Arduino:
type: programming
ascii: |
{0} ,=======. ,=======.
{0} // \\ // \\
{0} // \\// # \\
{0} || ### // ### ||
{0} \\ //\\ # //
{0} \\ // \\ //
{0} `=======' `======='
{0} _ _ _
{0} /\ |_) | \ | | | |\ | / \
{0}/--\ | \ |_/ |_| | | \| \_/
colors:
ansi:
- cyan
hex:
- "#00838B"
chip: "#F34B7D"
Assembly:
type: programming
ascii: |
Expand Down

0 comments on commit 99f64b8

Please sign in to comment.