mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-09 05:21:49 +02:00
Add missing classes to the editor_code_editor module's class list.
This commit is contained in:
parent
0ef48bfbf9
commit
b7a369a5e1
@ -14,7 +14,9 @@ def configure(env):
|
|||||||
|
|
||||||
def get_doc_classes():
|
def get_doc_classes():
|
||||||
return [
|
return [
|
||||||
"EditorScriptEditor"
|
"EditorScriptEditor",
|
||||||
|
"EditorScriptEditorBase",
|
||||||
|
"EditorSyntaxHighlighter"
|
||||||
]
|
]
|
||||||
|
|
||||||
def get_doc_path():
|
def get_doc_path():
|
||||||
|
Loading…
Reference in New Issue
Block a user