diff --git a/PowerEditor/installer/nsisInclude/autoCompletion.nsh b/PowerEditor/installer/nsisInclude/autoCompletion.nsh index 3f1edba07..22a99e946 100644 --- a/PowerEditor/installer/nsisInclude/autoCompletion.nsh +++ b/PowerEditor/installer/nsisInclude/autoCompletion.nsh @@ -178,6 +178,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent File ".\APIs\sas.xml" ${MementoSectionEnd} + ${MementoSection} "Rust" Rust + SetOutPath "$INSTDIR\autoCompletion" + File ".\APIs\rust.xml" + ${MementoSectionEnd} + SectionGroupEnd @@ -310,5 +315,9 @@ SectionGroup un.autoCompletionComponent Section un.SAS Delete "$INSTDIR\autoCompletion\sas.xml" SectionEnd + + Section un.Rust + Delete "$INSTDIR\autoCompletion\rust.xml" + SectionEnd SectionGroupEnd