feat: processing lang support (#568)

This commit is contained in:
Quentin 2020-04-20 02:38:04 -04:00 committed by GitHub
parent a1408e036d
commit e919eee8d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,7 @@
"purescript",
"python",
"postcss",
"processing",
"r",
"reasonml",
"ruby",
@ -413,6 +414,9 @@
".pcss": {
"image": "postcss"
},
".pde": {
"image": "processing"
},
".ejson": {
"image": "manifest"
},