浏览代码

README: Enable cpp syntax highlighting

Dharkael 7 年之前
父节点
当前提交
67a9edba33
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>