Created Pygments issues (markdown)

This commit is contained in:
Dominik Picheta 2013-12-05 09:48:19 -08:00
parent caa6e52ace
commit 07e98aaed0
1 changed files with 9 additions and 0 deletions

9
Pygments-issues.md Normal file
View File

@ -0,0 +1,9 @@
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.
```