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 GLSL language support #490 #824

Merged
merged 3 commits into from
Feb 15, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,41 @@ GdScript:
- "#458DC0"
- "#FFFFFF"
chip: "#355570"
Glsl:
type: programming
ascii: |
{0} oooo.
{0} coooooooooooooooo
{0} coooooccccccccccccooooo
{0} oooocoooccooooooooooooooooo
{0} ooooooooooooo CooooDD
{0} coooooooooo oooo
{0} ooOooooo.{1}__ _ _____ _
{0} .oOooo {1}/:::::\ |:| /::::\\ |:|
{0} .ooooo {1}/::::..:| |:| /:::**|| |:|
{0} oooooS {1}|::| |*| |:| |::| */ |:|
{0} ooooo {1}|::| /// |:| |:::\ // |:|
{0} ooooo {1}|::| |:| \:::\ |:|
{0} ooooo {1}|::| ///* |:| \:::\ |:|
{0} ooooo {1}|::| |:| |:| // \:::\ |:|
{0} oooooS {1}\::\ |:| |:|_ /* |:::| |:|_
{0} ooooo {1}\::.:::| |:::| ||**/::/ |:::|
{0} .oSoooSS {1}\::::/ |:::| \::::/ |:::|
{0} oocooooo.. .
{0} coooooooooo oooo
{0} ooooooo_oooo. ooooood
{0} oooocoooocooooooooooooooood
{0} Soooooccccccccccccooooo
{0} Soooooooooooooood
{0} ooood
sangsatori marked this conversation as resolved.
Show resolved Hide resolved
colors:
ansi:
- blue
- magenta
hex:
- "#5487a6"
- "#bc258e"
chip: "#5686a5"
Go:
type: programming
ascii: |
Expand Down