From 00cc70c14c510380ab09f9eb7c4cf11b3da50606 Mon Sep 17 00:00:00 2001 From: Li Jie Date: Mon, 29 Jun 2015 22:07:02 +0800 Subject: [PATCH] Updated Pygments issues (markdown) --- Pygments-issues.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Pygments-issues.md b/Pygments-issues.md index 4f59aa9..091abb3 100644 --- a/Pygments-issues.md +++ b/Pygments-issues.md @@ -10,4 +10,13 @@ proc `[]`[T](x: int, args: varargs[T, `$`]) = 1[1, "x", 3] ``` -The `` `[]` `` should only be red. \ No newline at end of file +The `` `[]` `` should only be red. + +## Numerical type with suffix + +```nimrod +if foo == 0'i32: + echo 'equals 0' +``` + +`'i32` and after should not be red. \ No newline at end of file