Skip to content

Commit

Permalink
Add GLSL language support #490 (#824)
Browse files Browse the repository at this point in the history
* Add GLSL language support #490

Logo is a mash-up of OpenGL and OpenGL ES logos.
All tests pass.

* Adjust GLSL ASCII art

Slight changes based on cleaned-up logo by @o2sh
#824 (comment)

---------

Co-authored-by: Spenser Black <spenserblack01@gmail.com>
  • Loading branch information
sangsatori and spenserblack committed Feb 15, 2023
1 parent 590c387 commit a029938
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,36 @@ GdScript:
- "#458DC0"
- "#FFFFFF"
chip: "#355570"
Glsl:
type: programming
ascii: |
{0} ..@@@@@@@@@@@@@@@@.
{0} ..@@@@@@@@@@@@@@@@@@@@@@.
{0} .@@@@@@@@@@@@@@@@@@@@@@@@@@@.
{0} .@@@@@@@@~ ~@@@@@@@.
{0} .@@@@@@@@ ~@@@@.
{0}.@@@@@@@~ ~@@.
{0}@@@@@@@ {1}_____ _ _____ _ {0}~@
{0}@@@@@@ {1}/:::::||:| /:::::||:|
{0}@@@@@@ {1}|:| __ |:| |:(___ |:|
{0}@@@@@@ {1}|:| |::||:| \::::\ |:|
{0}@@@@@@ {1}|:|__|:||:|____ ____):||:|____
{0}@@@@@@ {1}\:::::||::::::||:::::/ |::::::|
{0}@@@@@@@ ~@
{0}.@@@@@@@~ ~@@.
{0} .@@@@@@@@ ~@@@@.
{0} .@@@@@@@@~ ~@@@@@@@.
{0} .@@@@@@@@@@@@@@@@@@@@@@@@@@@.
{0} ..@@@@@@@@@@@@@@@@@@@@@@.
{0} ..@@@@@@@@@@@@@@@@.
colors:
ansi:
- blue
- magenta
hex:
- "#5487a6"
- "#bc258e"
chip: "#5686a5"
Go:
type: programming
ascii: |
Expand Down

0 comments on commit a029938

Please sign in to comment.