Removed issues I can't reproduce anymore

This commit is contained in:
Dennis Felsing 2015-02-16 21:31:42 +01:00
parent 404e02f5f8
commit f6c05ae2a0
1 changed files with 0 additions and 12 deletions

View File

@ -1,17 +1,5 @@
If you see any issues with the Pygments syntax highlighting for Nimrod (what github uses) please list them here so that somebody can fix them at some point.
## Incorrect type suffix highlighting
Type suffixes with an apostrophe are highlighted correctly, but the manual states that they are optional:
```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``?
## Generics + Operators
```nimrod