From cbf094c0be141582d264c1fefd2a05576a596c83 Mon Sep 17 00:00:00 2001 From: Li Jie Date: Mon, 29 Jun 2015 22:09:09 +0800 Subject: [PATCH] Updated Pygments issues (markdown) --- Pygments-issues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pygments-issues.md b/Pygments-issues.md index 5364dfb..7d32a93 100644 --- a/Pygments-issues.md +++ b/Pygments-issues.md @@ -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. \ No newline at end of file