Updated Pygments issues (markdown)
This commit is contained in:
parent
dbfdfd0710
commit
cbf094c0be
|
@ -15,8 +15,8 @@ The `` `[]` `` should only be red.
|
|||
## Numerical type with suffix
|
||||
|
||||
```nimrod
|
||||
if foo() == 0'i32:
|
||||
echo 'equals 0'
|
||||
proc suspend(p: Process) =
|
||||
if kill(p.id, SIGSTOP) != 0'i32: raiseOsError(osLastError())
|
||||
```
|
||||
|
||||
`'i32` and after should not be red.
|
Loading…
Reference in New Issue