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
Prev Previous commit
Next Next commit
fix(astro): fix primary colors, remove white code in ascii
  • Loading branch information
EliasLeguizamon123 committed Apr 24, 2024
commit c63d11ea089de239a6e66bf7bdf491450f8a5063
10 changes: 5 additions & 5 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ Astro:
{0} {1}@@@@@@{0}# *{1}@@@@@@{0}*
{0} %{1}@@@%%{0}# {1}##%@@@@{0}
{0} {1}#*{0} {1}*#*{0}
{0} {2}#*{0} {2}**{0}
{0} {2}%%%%%%%%%%%*{0}
{0} {2}*# #%%%%#*{0}
{0} {2}*%%#{0}
{0} {2} ##{0}
{0} {1}#*{0} {1}**{0}
{0} {1}%%%%%%%%%%%*{0}
{0} {1}*# #%%%%#*{0}
{0} {1}*%%#{0}
{0} {1} ##{0}
{0} +
colors:
ansi:
Expand Down