瀏覽代碼

Merge pull request #90 from lupoDharkael/cpp-syntax

README: Enable cpp syntax highlighting
Thomas Herzog 7 年之前
父節點
當前提交
83bf20980c
共有 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>