C++ syntax highlighting!

archshift 2014-05-20 14:45:56 -07:00
parent 2dc71e7d63
commit aac6e9d4c3

@ -25,7 +25,8 @@ Citra is a brand new project, so we have a great opportunity to keep things clea
### Indentation/Whitespace Style
Follow the indentation/whitespace style shown below. Do not use tabs, use 4-spaces instead.
<pre>namespace Example {
```cpp
namespace Example {
// Namespace contents are not indented
@ -100,4 +101,5 @@ void FooBar() {
like_this;
}
}</pre>
}
```