Mentions problem with triple quotes

This commit is contained in:
Grzegorz Adam Hankiewicz 2013-12-08 10:57:24 -08:00
parent 43008d84d6
commit 0b6b718b98
1 changed files with 5 additions and 1 deletions

View File

@ -6,4 +6,8 @@ Type suffixes with an apostrophe are highlighted correctly, but the manual state
```nimrod
var x = 0f64 # This is red.
```
```
## 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``?