summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Herzog <thomas.herzog@mail.com>2018-01-30 13:29:39 +0100
committerGitHub <noreply@github.com>2018-01-30 13:29:39 +0100
commit83bf20980c69799023ab35386b34900bf767588a (patch)
treee7edd368767efd579bed01ffc285eb4007d514c0
parentd7d814f86110900861039e1d8076bb4b47a133eb (diff)
parent67a9edba333377a12be03bec1c0354480b0fadae (diff)
downloadredot-cpp-83bf20980c69799023ab35386b34900bf767588a.tar.gz
Merge pull request #90 from lupoDharkael/cpp-syntax
README: Enable cpp syntax highlighting
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4b4eccd..8ec3dfa 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ And our directory structure will be
# Creating simple class
Create `init.cpp` under `SimpleLibrary/src/` and add the following code
-```
+```cpp
#include <core/Godot.hpp>
#include <Reference.hpp>