-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Pygments issues
Grzegorz Adam Hankiewicz edited this page Dec 8, 2013
·
10 revisions
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.
Type suffixes with an apostrophe are highlighted correctly, but the manual states that they are optional:
var x = 0f64 # This is red.
Files like examples/cross_todo/nimrod_backend/backend.nim seem to have troubles with triple quotes, maybe because they use sql
?
Intro
Getting Started
- Install
- Docs
- Curated Packages
- Editor Support
- Unofficial FAQ
- Nim for C programmers
- Nim for Python programmers
- Nim for TypeScript programmers
- Nim for D programmers
- Nim for Java programmers
- Nim for Haskell programmers
Developing
- Build
- Contribute
- Creating a release
- Compiler module reference
- Consts defined by the compiler
- Debugging the compiler
- GitHub Actions/Travis CI/Circle CI/Appveyor
- GitLab CI setup
- Standard library and the JavaScript backend
Misc