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",
|
"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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue