Add support for the GDScript language

References:
* https://github.com/okamstudio/godot/wiki/gdscript
* http://www.godotengine.org/

Some projects using it:
* https://github.com/okamstudio/godot
* https://github.com/Qwertie-/Godot-games

My motivation for adding it: To disambiguate these .gd
files from GAP .gd files.
This commit is contained in:
Max Horn
2014-09-15 14:28:16 +02:00
parent c204d7c297
commit 393c9b759e
5 changed files with 595 additions and 0 deletions

View File

@@ -785,6 +785,12 @@ GAS:
- .s
- .S
GDScript:
type: programming
lexer: Text only
extensions:
- .gd
GLSL:
group: C
type: programming