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", "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"
}, },