feat: add '.jsonc' (#550)

Adds JSON with comments (.jsonc)
This commit is contained in:
EH 2020-04-20 05:44:28 -01:00 committed by GitHub
parent 994ac8ecf3
commit e0b2086ea9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -682,6 +682,9 @@
".json": { ".json": {
"image": "json" "image": "json"
}, },
".jsonc": {
"image": "json"
},
".kt": { ".kt": {
"image": "kotlin" "image": "kotlin"
}, },