Skip to content

Commit a029938

Browse files
Add GLSL language support #490 (#824)
* 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 <[email protected]>
1 parent 590c387 commit a029938

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

languages.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,36 @@ GdScript:
826826
- "#458DC0"
827827
- "#FFFFFF"
828828
chip: "#355570"
829+
Glsl:
830+
type: programming
831+
ascii: |
832+
{0} ..@@@@@@@@@@@@@@@@.
833+
{0} ..@@@@@@@@@@@@@@@@@@@@@@.
834+
{0} .@@@@@@@@@@@@@@@@@@@@@@@@@@@.
835+
{0} .@@@@@@@@~ ~@@@@@@@.
836+
{0} .@@@@@@@@ ~@@@@.
837+
{0}.@@@@@@@~ ~@@.
838+
{0}@@@@@@@ {1}_____ _ _____ _ {0}~@
839+
{0}@@@@@@ {1}/:::::||:| /:::::||:|
840+
{0}@@@@@@ {1}|:| __ |:| |:(___ |:|
841+
{0}@@@@@@ {1}|:| |::||:| \::::\ |:|
842+
{0}@@@@@@ {1}|:|__|:||:|____ ____):||:|____
843+
{0}@@@@@@ {1}\:::::||::::::||:::::/ |::::::|
844+
{0}@@@@@@@ ~@
845+
{0}.@@@@@@@~ ~@@.
846+
{0} .@@@@@@@@ ~@@@@.
847+
{0} .@@@@@@@@~ ~@@@@@@@.
848+
{0} .@@@@@@@@@@@@@@@@@@@@@@@@@@@.
849+
{0} ..@@@@@@@@@@@@@@@@@@@@@@.
850+
{0} ..@@@@@@@@@@@@@@@@.
851+
colors:
852+
ansi:
853+
- blue
854+
- magenta
855+
hex:
856+
- "#5487a6"
857+
- "#bc258e"
858+
chip: "#5686a5"
829859
Go:
830860
type: programming
831861
ascii: |

0 commit comments

Comments
 (0)