You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Makerst: Remove redundant GDScript from code blocks
This commit is contained in:
@@ -842,7 +842,7 @@ def rstize_text(text, state): # type: (str, State) -> str
|
||||
inside_code = True
|
||||
elif cmd == "gdscript":
|
||||
tag_depth += 1
|
||||
tag_text = "\n .. code-tab:: gdscript GDScript\n"
|
||||
tag_text = "\n .. code-tab:: gdscript\n"
|
||||
inside_code = True
|
||||
elif cmd == "csharp":
|
||||
tag_depth += 1
|
||||
|
||||
Reference in New Issue
Block a user