feat: ponylang and harbour
This commit is contained in:
parent
065fea0fa5
commit
5645f68a50
1 changed files with 19 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
||||||
"gradle",
|
"gradle",
|
||||||
"graphql",
|
"graphql",
|
||||||
"gulp",
|
"gulp",
|
||||||
|
"harbour",
|
||||||
"handlebars",
|
"handlebars",
|
||||||
"haskell",
|
"haskell",
|
||||||
"html",
|
"html",
|
||||||
|
@ -583,6 +584,21 @@
|
||||||
".hxml": {
|
".hxml": {
|
||||||
"image": "haxe"
|
"image": "haxe"
|
||||||
},
|
},
|
||||||
|
".prg": {
|
||||||
|
"image": "harbour"
|
||||||
|
},
|
||||||
|
".hbp": {
|
||||||
|
"image": "harbour"
|
||||||
|
},
|
||||||
|
".hbc": {
|
||||||
|
"image": "harbour"
|
||||||
|
},
|
||||||
|
".rc": {
|
||||||
|
"image": "harbour"
|
||||||
|
},
|
||||||
|
".fmg": {
|
||||||
|
"image": "harbour"
|
||||||
|
},
|
||||||
".jade": {
|
".jade": {
|
||||||
"image": "pug"
|
"image": "pug"
|
||||||
},
|
},
|
||||||
|
@ -1146,6 +1162,9 @@
|
||||||
},
|
},
|
||||||
".marko": {
|
".marko": {
|
||||||
"image": "marko"
|
"image": "marko"
|
||||||
|
},
|
||||||
|
".pony": {
|
||||||
|
"image": "ponylang"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue