feat: add nim langauge

This commit is contained in:
Crawl 2018-08-18 21:14:43 +02:00
parent a19afaadd9
commit 7559fc9b86
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

@ -52,6 +52,7 @@
"lua",
"makefile",
"markdown",
"nim",
"objc",
"ocaml",
"pascal",
@ -581,6 +582,15 @@
"/\\.(md|mdown|markdown|mkd|mkdown|mdwn|mkdn|rmd|ron|pmd)$/i": {
"image": "markdown"
},
".nim": {
"image": "nim"
},
".nims": {
"image": "nim"
},
".nimble": {
"image": "nim"
},
"/\\.mm?$/i": {
"image": "objc"
},