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