I am using a KOMAscript class (namely scrbook) and want thus to use the \addpart{} commands in order create a non-numbered part (similar to \part*{}, but creating a ToC-entry for this part and more KOMA-script compliant).
Issue: However, \addpart{} is considered by TeXstudio as a "normal command" (i.e. macro of "type" normal) and not as a macro of "type" sectioning (cf. figure below).
This cause a disruption in the Structure tree (cf. left column), as well as a bad coloring regarding other sectioning commands.
Question: Is there a way to change the "type" of \addpart{} from normal to sectioning?
