Added support for HolyC (language of TempleOS) (#385)

This commit is contained in:
Dante Falzone 2019-10-17 12:35:32 -05:00 committed by XAMPPRocky
parent 0b432aab6d
commit 591cb20393

View File

@ -751,6 +751,13 @@
"hlsl"
]
},
"HolyC":{
"base":"c",
"extensions":[
"HC",
"hc"
]
},
"Html":{
"name":"HTML",
"base":"html",