mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-11-14 18:49:45 +01:00
Add forgotten rust autocompletion into installer
This commit is contained in:
parent
2d4b1de1ed
commit
8cc7ce7d14
@ -178,6 +178,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent
|
|||||||
File ".\APIs\sas.xml"
|
File ".\APIs\sas.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
|
${MementoSection} "Rust" Rust
|
||||||
|
SetOutPath "$INSTDIR\autoCompletion"
|
||||||
|
File ".\APIs\rust.xml"
|
||||||
|
${MementoSectionEnd}
|
||||||
|
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
|
|
||||||
@ -310,5 +315,9 @@ SectionGroup un.autoCompletionComponent
|
|||||||
Section un.SAS
|
Section un.SAS
|
||||||
Delete "$INSTDIR\autoCompletion\sas.xml"
|
Delete "$INSTDIR\autoCompletion\sas.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section un.Rust
|
||||||
|
Delete "$INSTDIR\autoCompletion\rust.xml"
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user