feat: groovy and denizen

This commit is contained in:
iCrawl 2019-11-04 15:34:21 +01:00
parent 5b66e3b520
commit d55c85270f
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

@ -27,6 +27,7 @@
"scss", "scss",
"d", "d",
"dart", "dart",
"denizen",
"dm", "dm",
"manifest", "manifest",
"delphi", "delphi",
@ -42,6 +43,7 @@
"go", "go",
"gradle", "gradle",
"graphql", "graphql",
"groovy",
"gulp", "gulp",
"harbour", "harbour",
"handlebars", "handlebars",
@ -600,6 +602,33 @@
".fmg": { ".fmg": {
"image": "harbour" "image": "harbour"
}, },
".nix": {
"image": "nix"
},
".re": {
"image": "reasonml"
},
".marko": {
"image": "marko"
},
".pony": {
"image": "ponylang"
},
".groovy": {
"image": "groovy"
},
".gvy": {
"image": "groovy"
},
".gy": {
"image": "groovy"
},
".gsh": {
"image": "groovy"
},
".dsc": {
"image": "denizen"
},
".jade": { ".jade": {
"image": "pug" "image": "pug"
}, },
@ -1155,18 +1184,6 @@
".wasm": { ".wasm": {
"image": "wasm" "image": "wasm"
}, },
".nix": {
"image": "nix"
},
".re": {
"image": "reasonml"
},
".marko": {
"image": "marko"
},
".pony": {
"image": "ponylang"
},
".v": { ".v": {
"image": "v" "image": "v"
}, },