diff options
author | Adam Bard <github@adambard.com> | 2016-03-23 12:11:52 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2016-03-23 12:11:52 -0700 |
commit | 1127aa714f14ba7e7fee1eeb839641295f28789d (patch) | |
tree | b705e842a6e8efca70e6d6e16a7322007a907662 | |
parent | 722a7766d8048d44773eea842e720d1508d6a430 (diff) | |
parent | cae73192afb444010553e4ed9035562d477496a9 (diff) |
Merge pull request #2207 from ajimu/patch-1
[nim/en] Correct syntax highlighting
-rw-r--r-- | nim.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nim.html.markdown b/nim.html.markdown index 4901ebfe..5d00304d 100644 --- a/nim.html.markdown +++ b/nim.html.markdown @@ -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" |