2

This is driving me nuts.

Syntax highlighting doesn't work on a single Wiki page in a project on GitHub.

Take this page, for example: https://github.com/oscar-broman/PAWN-Boilerplate/wiki/Built-in-modules

Here's the source for it: https://gist.github.com/3128950

Oh, great, syntax highlighting works even there.

Oscar Broman
  • 1,109
  • 8
  • 19

1 Answers1

4

It seems the reason was I put C++ in some places, only c++ is accepted by the Wiki. If one place has the capital C, no highlighting will be done.

Oscar Broman
  • 1,109
  • 8
  • 19