Add autoit autoCompletion
Add autoit.xml autoCompletion from http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files#A -> http://notepad-plus.sourceforge.net/commun/userDefinedLang/Autoit.xml Close #4977pull/4947/head^2
parent
bfb7e863cc
commit
6cdac077f2
File diff suppressed because it is too large
Load Diff
|
@ -148,6 +148,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent
|
|||
SetOutPath "$INSTDIR\plugins\APIs"
|
||||
File ".\APIs\lua.xml"
|
||||
${MementoSectionEnd}
|
||||
|
||||
${MementoSection} "AutoIt" AutoIt
|
||||
SetOutPath "$INSTDIR\plugins\APIs"
|
||||
File ".\APIs\autoit.xml"
|
||||
${MementoSectionEnd}
|
||||
SectionGroupEnd
|
||||
|
||||
|
||||
|
@ -245,8 +250,13 @@ SectionGroup un.autoCompletionComponent
|
|||
Delete "$INSTDIR\plugins\APIs\baanc.xml"
|
||||
SectionEnd
|
||||
|
||||
Section un.Lua
|
||||
Section un.Lua
|
||||
Delete "$INSTDIR\plugins\APIs\lua.xml"
|
||||
SectionEnd
|
||||
|
||||
|
||||
Section un.autoit
|
||||
Delete "$INSTDIR\plugins\APIs\autoit.xml"
|
||||
SectionEnd
|
||||
|
||||
SectionGroupEnd
|
||||
|
|
Loading…
Reference in New Issue