diff --git a/PowerEditor/installer/APIs/coffee.xml b/PowerEditor/installer/APIs/coffee.xml new file mode 100644 index 000000000..dc6636a74 --- /dev/null +++ b/PowerEditor/installer/APIs/coffee.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/PowerEditor/installer/nsisInclude/autoCompletion.nsh b/PowerEditor/installer/nsisInclude/autoCompletion.nsh index 1806b400a..a039e41d1 100644 --- a/PowerEditor/installer/nsisInclude/autoCompletion.nsh +++ b/PowerEditor/installer/nsisInclude/autoCompletion.nsh @@ -133,6 +133,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent SetOutPath "$INSTDIR\plugins\APIs" File ".\APIs\batch.xml" ${MementoSectionEnd} + + ${MementoSection} "CoffeeScript" CoffeeScript + SetOutPath "$INSTDIR\plugins\APIs" + File ".\APIs\coffee.xml" + ${MementoSectionEnd} SectionGroupEnd @@ -221,4 +226,8 @@ SectionGroup un.autoCompletionComponent Section un.BATCH Delete "$INSTDIR\plugins\APIs\batch.xml" SectionEnd + + Section un.CoffeeScript + Delete "$INSTDIR\plugins\APIs\coffee.xml" + SectionEnd SectionGroupEnd