Explorar o código

Merge pull request #90 from lupoDharkael/cpp-syntax

README: Enable cpp syntax highlighting
Thomas Herzog %!s(int64=7) %!d(string=hai) anos
pai
achega
83bf20980c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
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>