feat: processing lang support (#568)
This commit is contained in:
parent
a1408e036d
commit
e919eee8d5
1 changed files with 4 additions and 0 deletions
|
@ -79,6 +79,7 @@
|
||||||
"purescript",
|
"purescript",
|
||||||
"python",
|
"python",
|
||||||
"postcss",
|
"postcss",
|
||||||
|
"processing",
|
||||||
"r",
|
"r",
|
||||||
"reasonml",
|
"reasonml",
|
||||||
"ruby",
|
"ruby",
|
||||||
|
@ -413,6 +414,9 @@
|
||||||
".pcss": {
|
".pcss": {
|
||||||
"image": "postcss"
|
"image": "postcss"
|
||||||
},
|
},
|
||||||
|
".pde": {
|
||||||
|
"image": "processing"
|
||||||
|
},
|
||||||
".ejson": {
|
".ejson": {
|
||||||
"image": "manifest"
|
"image": "manifest"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue