GeSHi / geshi-1.0

Original version of Generic Syntax Highlighter for PHP
http://qbnz.com/highlighter/
GNU General Public License v2.0
168 stars 101 forks source link

Add GDScript and Godot GLSL languages #138

Open jmb462 opened 4 years ago

jmb462 commented 4 years ago

GDScript is the Godot Engine defaut scripting language. Godot GLSL is the Godot shader language.

The colors are the same as in the godot editor. Need a dark blue background as in the godot editor.

dsnopek commented 3 years ago

Thanks for starting on this! I'm trying to setup syntax highlighting for snopekgames.com where I write about using the Godot engine.

I tested for GDScript, and the colors do seem to match the Godot editor, however, they are totally unreadable with a light colored background. Since GeSHi is frequently used on websites with both light and dark colored backgrounds, it'd be nice to use a color scheme that works for both.

I'm going to play around with some of the themes from https://github.com/godotengine/godot-syntax-themes and see if I can find a variation that works...

jmb462 commented 3 years ago

Thanks, I agree with you, my goal was to reproduce the colors in Godot Editor and only deals with the Godot blue background. Hope you can improve that point.