mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
parent
5aff254c73
commit
5cf0292dad
54
PowerEditor/installer/APIs/coffee.xml
Normal file
54
PowerEditor/installer/APIs/coffee.xml
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
<?xml version="1.0" encoding="Windows-1252" ?>
|
||||||
|
<NotepadPlus>
|
||||||
|
<AutoComplete>
|
||||||
|
<KeyWord name="arguments" />
|
||||||
|
<KeyWord name="and" />
|
||||||
|
<KeyWord name="await" />
|
||||||
|
<KeyWord name="break" />
|
||||||
|
<KeyWord name="by" />
|
||||||
|
<KeyWord name="catch" />
|
||||||
|
<KeyWord name="class" />
|
||||||
|
<KeyWord name="continue" />
|
||||||
|
<KeyWord name="default" />
|
||||||
|
<KeyWord name="defer" />
|
||||||
|
<KeyWord name="delete" />
|
||||||
|
<KeyWord name="do" />
|
||||||
|
<KeyWord name="else" />
|
||||||
|
<KeyWord name="extends" />
|
||||||
|
<KeyWord name="false" />
|
||||||
|
<keyWord name="finally" />
|
||||||
|
<KeyWord name="for" />
|
||||||
|
<KeyWord name="if" />
|
||||||
|
<KeyWord name="in" />
|
||||||
|
<KeyWord name="is" />
|
||||||
|
<KeyWord name="isnt" />
|
||||||
|
<KeyWord name="Infinity" />
|
||||||
|
<KeyWord name="instanceof" />
|
||||||
|
<KeyWord name="loop" />
|
||||||
|
<KeyWord name="new" />
|
||||||
|
<keyWord name="not" />
|
||||||
|
<KeyWord name="null" />
|
||||||
|
<KeyWord name="NaN" />
|
||||||
|
<KeyWord name="of" />
|
||||||
|
<KeyWord name="or" />
|
||||||
|
<KeyWord name="on" />
|
||||||
|
<keyWord name="no" />
|
||||||
|
<KeyWord name="return" />
|
||||||
|
<KeyWord name="switch" />
|
||||||
|
<keyWord name="super" />
|
||||||
|
<KeyWord name="then" />
|
||||||
|
<KeyWord name="this" />
|
||||||
|
<KeyWord name="throw" />
|
||||||
|
<KeyWord name="true" />
|
||||||
|
<KeyWord name="try" />
|
||||||
|
<KeyWord name="typeof" />
|
||||||
|
<KeyWord name="undefined" />
|
||||||
|
<KeyWord name="unless" />
|
||||||
|
<KeyWord name="when" />
|
||||||
|
<KeyWord name="while" />
|
||||||
|
<keyWord name="yes" />
|
||||||
|
<KeyWord name="yield" />
|
||||||
|
<keyWord name="=>" />
|
||||||
|
<keyWord name="->" />
|
||||||
|
</AutoComplete>
|
||||||
|
</NotepadPlus>
|
@ -133,6 +133,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent
|
|||||||
SetOutPath "$INSTDIR\plugins\APIs"
|
SetOutPath "$INSTDIR\plugins\APIs"
|
||||||
File ".\APIs\batch.xml"
|
File ".\APIs\batch.xml"
|
||||||
${MementoSectionEnd}
|
${MementoSectionEnd}
|
||||||
|
|
||||||
|
${MementoSection} "CoffeeScript" CoffeeScript
|
||||||
|
SetOutPath "$INSTDIR\plugins\APIs"
|
||||||
|
File ".\APIs\coffee.xml"
|
||||||
|
${MementoSectionEnd}
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
|
||||||
|
|
||||||
@ -221,4 +226,8 @@ SectionGroup un.autoCompletionComponent
|
|||||||
Section un.BATCH
|
Section un.BATCH
|
||||||
Delete "$INSTDIR\plugins\APIs\batch.xml"
|
Delete "$INSTDIR\plugins\APIs\batch.xml"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section un.CoffeeScript
|
||||||
|
Delete "$INSTDIR\plugins\APIs\coffee.xml"
|
||||||
|
SectionEnd
|
||||||
SectionGroupEnd
|
SectionGroupEnd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user