[nim/en] Correct syntax highlighting

The language was changed to JavaScript in [this commit](f3b10beb01).
This commit is contained in:
ajimu 2016-03-23 13:50:24 -05:00
parent 722a7766d8
commit cae73192af

View File

@ -11,7 +11,7 @@ that gives the programmer power without compromises on runtime efficiency.
Nim is efficient, expressive, and elegant.
```javascript
```nim
var # Declare (and assign) variables,
letter: char = 'n' # with or without type annotations
lang = "N" & "im"