From 0b6b718b9808233ac970e5b4c09854fd04f39e9f Mon Sep 17 00:00:00 2001 From: Grzegorz Adam Hankiewicz Date: Sun, 8 Dec 2013 10:57:24 -0800 Subject: [PATCH] Mentions problem with triple quotes --- Pygments-issues.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Pygments-issues.md b/Pygments-issues.md index 1cee2e8..fd81238 100644 --- a/Pygments-issues.md +++ b/Pygments-issues.md @@ -6,4 +6,8 @@ Type suffixes with an apostrophe are highlighted correctly, but the manual state ```nimrod var x = 0f64 # This is red. -``` \ No newline at end of file +``` + +## Troubles with triple quotes + +Files like [examples/cross_todo/nimrod_backend/backend.nim](https://github.com/Araq/Nimrod/blob/master/examples/cross_todo/nimrod_backend/backend.nim) seem to have troubles with triple quotes, maybe because they use ``sql``? \ No newline at end of file