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",
|
||||
"python",
|
||||
"postcss",
|
||||
"processing",
|
||||
"r",
|
||||
"reasonml",
|
||||
"ruby",
|
||||
|
@ -413,6 +414,9 @@
|
|||
".pcss": {
|
||||
"image": "postcss"
|
||||
},
|
||||
".pde": {
|
||||
"image": "processing"
|
||||
},
|
||||
".ejson": {
|
||||
"image": "manifest"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue