feat: groovy and denizen
This commit is contained in:
parent
5b66e3b520
commit
d55c85270f
1 changed files with 29 additions and 12 deletions
|
@ -27,6 +27,7 @@
|
|||
"scss",
|
||||
"d",
|
||||
"dart",
|
||||
"denizen",
|
||||
"dm",
|
||||
"manifest",
|
||||
"delphi",
|
||||
|
@ -42,6 +43,7 @@
|
|||
"go",
|
||||
"gradle",
|
||||
"graphql",
|
||||
"groovy",
|
||||
"gulp",
|
||||
"harbour",
|
||||
"handlebars",
|
||||
|
@ -600,6 +602,33 @@
|
|||
".fmg": {
|
||||
"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": {
|
||||
"image": "pug"
|
||||
},
|
||||
|
@ -1155,18 +1184,6 @@
|
|||
".wasm": {
|
||||
"image": "wasm"
|
||||
},
|
||||
".nix": {
|
||||
"image": "nix"
|
||||
},
|
||||
".re": {
|
||||
"image": "reasonml"
|
||||
},
|
||||
".marko": {
|
||||
"image": "marko"
|
||||
},
|
||||
".pony": {
|
||||
"image": "ponylang"
|
||||
},
|
||||
".v": {
|
||||
"image": "v"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue