Skip to content

Commit

Permalink
feat: add Twig language support with ASCII art and color scheme (#1257)
Browse files Browse the repository at this point in the history
Co-authored-by: Spenser Black <spenserblack01@gmail.com>
  • Loading branch information
arferreira and spenserblack authored Apr 10, 2024
1 parent 3cdc171 commit 41c3ecf
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2676,6 +2676,34 @@ TypeScript:
- "#007ACC"
- "#FFFFFF"
chip: "#2B7489"
Twig:
type: markup
ascii: |
{0}########################################
{1}@{0}...........................@..........@
{1}@{0}.........................@@@:::.......@
{1}@{0}.......................@@@@...........@
{1}@{0}......................@@@@............@
{1}@{0}......................@@@.............@
{1}@{0}.....................@@@..............@
{1}@{0}.....................@@@..............@
{1}@{0}....................@@@::@@...........@
{1}@{0}............@.......@@@@@@............@
{1}@{0}............@..@@@@@@@@@@.............@
{1}@{0}............@@...@@@@@@@..............@
{1}@{0}............@@.....@@@@@..............@
{1}@{0}...........@@@.....@@@@@..............@
{1}@{0}...........@@@:....@@@@@..............@
{1}@{0}...........@@@@...@@@@@@@.............@
{1}@{0}...........@@@@.......................@
{1}@{0}......................................@
{1}########################################
colors:
ansi:
- green
- white
chip: "#C1D026"
Vala:
type: programming
ascii: |
Expand Down

0 comments on commit 41c3ecf

Please sign in to comment.