소스 검색

Various fixups

Max Hilbrunner 2 년 전
부모
커밋
7d5fb4e6a2
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      _extensions/gdscript.py
  2. 1 1
      tutorials/scripting/gdextension/gdextension_cpp_example.rst

+ 0 - 1
_extensions/gdscript.py

@@ -331,7 +331,6 @@ class GDScriptLexer(RegexLexer):
                         "Color",
                         "RID",
                         "Object",
-                        "NodePath",
                         "Dictionary",
                         "Array",
                         "PackedByteArray",

+ 1 - 1
tutorials/scripting/gdextension/gdextension_cpp_example.rst

@@ -616,7 +616,7 @@ node. In the **Node** dock, we can find our new signal and link it up by pressin
 the **Connect** button or double-clicking the signal. We've added a script on
 our main node and implemented our signal like this:
 
-.. code-block:: GDScript
+.. code-block:: gdscript
 
     extends Node