Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add astro framework support #1317

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
29 changes: 29 additions & 0 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,35 @@ Assembly:
- yellow
- green
chip: "#6E4C13"
Astro:
type: programming
ascii: |
{0}
{0} *@@@@@@@@@#
{0} @@@@@@@@@@@#
{0} %@@@@@@@@@@@@
{0} #@@@@@@#@@@@@@%
{0} @@@@@@# *@@@@@@*
{0} %@@@@@@ %@@@@@@
{0} *@@@@@@* @@@@@@#
{0} @@@@@@% #@@@@@@
{0} #@@@@@@* @@@@@@%
{0} @@@@@@# *@@@@@@*
{0} %@@@%%# ##%@@@@
{0} #* *#*
{1} #* **
{1} %%%%%%%%%%%*
{1} *# #%%%%#*
{1} *%%#
{1} ##
colors:
ansi:
- white
- yellow
hex:
- "#FFFFFF"
- "#FF5A04"
chip: "#FF7F3B"
AutoHotKey:
type: programming
ascii: |
Expand Down
Loading