Add support for plugin links (#6386)

Co-authored-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
Mm2PL
2025-10-02 20:56:51 +02:00
committed by GitHub
parent 3f05edc071
commit 33f6383122
14 changed files with 190 additions and 16 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ class Reader:
for line in line[opener:closer].split(",")
]
break
if line.startswith("enum class"):
if line.startswith("enum "):
continue
if waiting_for_end: