mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[nim/en] Correct syntax highlighting
The language was changed to JavaScript in [this commit](f3b10beb01
).
This commit is contained in:
parent
722a7766d8
commit
cae73192af
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user