added lua autoCompletion

added lua autoCompletion from http://ageekandhisblog.com/notepad-plugin-lua-corona-api-autocompletion/
as the one mentioned under http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files#L -> http://www.davidcarrigg.com/uploads/LuaLangFile.zip is no longer available

Close #4978
This commit is contained in:
Christian Grasser 2018-10-31 22:19:29 +01:00 committed by Don HO
parent a87e89ea92
commit 2d81570be5
2 changed files with 1967 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -143,6 +143,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent
SetOutPath "$INSTDIR\plugins\APIs"
File ".\APIs\baanc.xml"
${MementoSectionEnd}
${MementoSection} "Lua" Lua
SetOutPath "$INSTDIR\plugins\APIs"
File ".\APIs\lua.xml"
${MementoSectionEnd}
SectionGroupEnd
@ -240,4 +245,8 @@ SectionGroup un.autoCompletionComponent
Delete "$INSTDIR\plugins\APIs\baanc.xml"
SectionEnd
Section un.Lua
Delete "$INSTDIR\plugins\APIs\lua.xml"
SectionEnd
SectionGroupEnd