feat: ponylang and harbour

This commit is contained in:
iCrawl 2019-07-24 15:45:14 +02:00
parent 065fea0fa5
commit 5645f68a50
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

@ -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"
} }
} }
} }