Expose GDScript syntax highlighter to editor plugins

This commit is contained in:
passivestar
2024-08-18 22:40:24 +04:00
parent 1bd740d18d
commit 3fe644de86
3 changed files with 31 additions and 0 deletions

View File

@ -11,6 +11,7 @@ def get_doc_classes():
return [
"@GDScript",
"GDScript",
"GDScriptSyntaxHighlighter",
]