Updated Pygments issues (markdown)
This commit is contained in:
parent
766997fdbf
commit
00cc70c14c
|
@ -11,3 +11,12 @@ proc `[]`[T](x: int, args: varargs[T, `$`]) =
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
Loading…
Reference in New Issue