Merge pull request #1529 from fingolfin/godot

Add support for the GDScript language
This commit is contained in:
Arfon Smith
2014-09-15 13:44:23 -05:00
6 changed files with 988 additions and 3 deletions

View File

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