Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add astro framework support #1317

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Next Next commit
feat(astro): add astro framework support
  • Loading branch information
EliasLeguizamon123 committed Apr 23, 2024
commit b39dcefdf3dc0b330276f97dd49340abd6d1c403
32 changes: 32 additions & 0 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,38 @@ Assembly:
- yellow
- green
chip: "#6E4C13"
Astro:
type: programming
ascii: |
{0}+++++++++++++++++++++++++++++++++++++++++++++++++++++++
{0}++++++++++++++++++++++*{1}@@@@@@@@@{0}#++++++++++++++++++++++
{0}++++++++++++++++++++++{1}@@@@@@@@@@@{0}#+++++++++++++++++++++
{0}+++++++++++++++++++++%{1}@@@@@@@@@@@@{0}+++++++++++++++++++++
{0}++++++++++++++++++++#{1}@@@@@@#@@@@@@{0}%++++++++++++++++++++
{0}++++++++++++++++++++{1}@@@@@@#+*{1}@@@@@@{0}*+++++++++++++++++++
{0}+++++++++++++++++++%{1}@@@@@@{0}++++{1}%@@@@@@{0}+++++++++++++++++++
{0}++++++++++++++++++*{1}@@@@@@{0}*+++{1}+@@@@@@{0}#++++++++++++++++++
{0}++++++++++++++++++{1}@@@@@@{0}%++++++{1}#@@@@@@{0}++++++++++++++++++
{0}+++++++++++++++++#{1}@@@@@@{0}*++++++{1}@@@@@@{0}%+++++++++++++++++
{0}+++++++++++++++++{1}@@@@@@{0}#+++++++*{1}@@@@@@{0}*++++++++++++++++
{0}++++++++++++++++%{1}@@@%%{0}#+++++++++{1}##%@@@@{0}++++++++++++++++
{0}++++++++++++++++{1}#*{0}+++++++++++++++++++{1}*#*{0}+++++++++++++++
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than using black and white it would be better to just use white and empty space (or no white background) for better compatibility with light terminals.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a really good idea, I'll change it.

{0}++++++++++++++++++++++{2}#*{0}++++++++{2}**{0}+++++++++++++++++++++
{0}++++++++++++++++++++++{2}%%%%%%%%%%%*{0}+++++++++++++++++++++
{0}++++++++++++++++++++++{2}*#++#%%%%#*{0}++++++++++++++++++++++
{0}++++++++++++++++++++++++++{2}*%%#{0}+++++++++++++++++++++++++
{0}++++++++++++++++++++++++++{2}+##{0}++++++++++++++++++++++++++
{0}+++++++++++++++++++++++++++++++++++++++++++++++++++++++
colors:
ansi:
- white
- black
- orange
hex:
- "#FFFFFF"
- "#000000"
- "##ff5a04"
EliasLeguizamon123 marked this conversation as resolved.
Show resolved Hide resolved
chip: "#FF7F3B"
AutoHotKey:
type: programming
ascii: |
Expand Down
Loading