Updated Pygments issues (markdown)

This commit is contained in:
Li Jie 2015-06-29 22:07:02 +08:00
parent 766997fdbf
commit 00cc70c14c
1 changed files with 10 additions and 1 deletions

View File

@ -10,4 +10,13 @@ proc `[]`[T](x: int, args: varargs[T, `$`]) =
1[1, "x", 3]
```
The `` `[]` `` should only be red.
The `` `[]` `` should only be red.
## Numerical type with suffix
```nimrod
if foo == 0'i32:
echo 'equals 0'
```
`'i32` and after should not be red.