Add GDScript support (#81)

* Add GDScript support

* Improved GDScript support

Fixed name capitalization, added quotes section
This commit is contained in:
GungnirInd 2016-11-30 12:46:55 -08:00 committed by Aaron Power
parent ce1cae2178
commit 05104778b1

View file

@ -408,6 +408,27 @@
"f95"
]
},
"GdScript":{
"name":"GDScript",
"base":"hash",
"quotes":[
[
"\\\"",
"\\\""
],
[
"'",
"'"
],
[
"\\\"\\\"\\\"",
"\\\"\\\"\\\""
]
],
"extensions":[
"gd"
]
},
"Glsl":{
"name":"GLSL",
"base":"c",