Mentions problem with triple quotes
This commit is contained in:
parent
43008d84d6
commit
0b6b718b98
|
@ -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``?
|
Loading…
Reference in New Issue