Explorar el Código

README: Enable cpp syntax highlighting

Dharkael hace 7 años
padre
commit
67a9edba33
Se han modificado 1 ficheros con 1 adiciones y 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>