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"
|
||||
${MementoSectionEnd}
|
||||
|
||||
${MementoSection} "Rust" Rust
|
||||
SetOutPath "$INSTDIR\autoCompletion"
|
||||
File ".\APIs\rust.xml"
|
||||
${MementoSectionEnd}
|
||||
|
||||
SectionGroupEnd
|
||||
|
||||
|
||||
@ -311,4 +316,8 @@ SectionGroup un.autoCompletionComponent
|
||||
Delete "$INSTDIR\autoCompletion\sas.xml"
|
||||
SectionEnd
|
||||
|
||||
Section un.Rust
|
||||
Delete "$INSTDIR\autoCompletion\rust.xml"
|
||||
SectionEnd
|
||||
|
||||
SectionGroupEnd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user