Skip to content

Commit 99f64b8

Browse files
New language: Arduino (#1176)
* 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]>
1 parent 449367f commit 99f64b8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

languages.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,25 @@ Ada:
7979
- "#0018C9"
8080
- "#0C0A7C"
8181
chip: "#02F88C"
82+
Arduino:
83+
type: programming
84+
ascii: |
85+
{0} ,=======. ,=======.
86+
{0} // \\ // \\
87+
{0} // \\// # \\
88+
{0} || ### // ### ||
89+
{0} \\ //\\ # //
90+
{0} \\ // \\ //
91+
{0} `=======' `======='
92+
{0} _ _ _
93+
{0} /\ |_) | \ | | | |\ | / \
94+
{0}/--\ | \ |_/ |_| | | \| \_/
95+
colors:
96+
ansi:
97+
- cyan
98+
hex:
99+
- "#00838B"
100+
chip: "#F34B7D"
82101
Assembly:
83102
type: programming
84103
ascii: |

0 commit comments

Comments
 (0)