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:
parent
a87e89ea92
commit
2d81570be5
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue