1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-19 13:02:14 +02:00

Merge pull request #2207 from ajimu/patch-1

[nim/en] Correct syntax highlighting
This commit is contained in:
Adam Bard
2016-03-23 12:11:52 -07:00

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"