Add F# support (#90)

This commit is contained in:
Tuncer Ayaz 2016-12-22 23:32:07 +01:00 committed by Aaron Power
parent 37ed304b08
commit f3f21ae6f1

View file

@ -441,6 +441,22 @@
"f95"
]
},
"FSharp":{
"name":"F#",
"single":[
"//"
],
"multi":[[
"(*",
"*)"
]],
"extensions":[
"fs",
"fsi",
"fsx",
"fsscript"
]
},
"GdScript":{
"name":"GDScript",
"base":"hash",