Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Side by Side Diff: lib/src/prism/components/prism-autohotkey.js

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/src/prism/components/prism-aspnet.min.js ('k') | lib/src/prism/components/prism-autoit.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // NOTES - follows first-first highlight method, block is locked after highlight , different from SyntaxHl 1 // NOTES - follows first-first highlight method, block is locked after highlight , different from SyntaxHl
2 Prism.languages.autohotkey= { 2 Prism.languages.autohotkey= {
3 'comment': { 3 'comment': {
4 pattern: /(^[^";\n]*("[^"\n]*?"[^"\n]*?)*)(;.*$|^\s*\/\*[\s\S]*\ n\*\/)/m, 4 pattern: /(^[^";\n]*("[^"\n]*?"[^"\n]*?)*)(;.*$|^\s*\/\*[\s\S]*\ n\*\/)/m,
5 lookbehind: true 5 lookbehind: true
6 }, 6 },
7 'string': /"(([^"\n\r]|"")*)"/m, 7 'string': /"(([^"\n\r]|"")*)"/m,
8 'function': /[^\(\); \t,\n\+\*\-=\?>:\\\/<&%\[\]]+?(?=\()/m, //function - don't use .*\) in the end bcoz string locks it 8 'function': /[^\(\); \t,\n\+\*\-=\?>:\\\/<&%\[\]]+?(?=\()/m, //function - don't use .*\) in the end bcoz string locks it
9 'tag': /^[ \t]*[^\s:]+?(?=:(?:[^:]|$))/m, //labels 9 'tag': /^[ \t]*[^\s:]+?(?=:(?:[^:]|$))/m, //labels
10 'variable': /%\w+%/, 10 'variable': /%\w+%/,
11 'number': /\b-?(0x[\dA-Fa-f]+|\d*\.?\d+([Ee]-?\d+)?)\b/, 11 'number': /\b-?(0x[\dA-Fa-f]+|\d*\.?\d+([Ee]-?\d+)?)\b/,
12 'operator': /\?|\/\/?=?|:=|\|[=|]?|&[=&]?|\+[=+]?|-[=-]?|\*[=*]?|<(?:<=? |>|=)?|>>?=?|[.^!=~]=?|\b(?:AND|NOT|OR)\b/, 12 'operator': /\?|\/\/?=?|:=|\|[=|]?|&[=&]?|\+[=+]?|-[=-]?|\*[=*]?|<(?:<=? |>|=)?|>>?=?|[.^!=~]=?|\b(?:AND|NOT|OR)\b/,
13 'punctuation': /[\{}[\]\(\):,]/, 13 'punctuation': /[\{}[\]\(\):,]/,
14 'boolean': /\b(true|false)\b/, 14 'boolean': /\b(true|false)\b/,
15 15
16 'selector': /\b(AutoTrim|BlockInput|Break|Click|ClipWait|Continue|Contro l|ControlClick|ControlFocus|ControlGet|ControlGetFocus|ControlGetPos|ControlGetT ext|ControlMove|ControlSend|ControlSendRaw|ControlSetText|CoordMode|Critical|Det ectHiddenText|DetectHiddenWindows|Drive|DriveGet|DriveSpaceFree|EnvAdd|EnvDiv|En vGet|EnvMult|EnvSet|EnvSub|EnvUpdate|Exit|ExitApp|FileAppend|FileCopy|FileCopyDi r|FileCreateDir|FileCreateShortcut|FileDelete|FileEncoding|FileGetAttrib|FileGet Shortcut|FileGetSize|FileGetTime|FileGetVersion|FileInstall|FileMove|FileMoveDir |FileRead|FileReadLine|FileRecycle|FileRecycleEmpty|FileRemoveDir|FileSelectFile |FileSelectFolder|FileSetAttrib|FileSetTime|FormatTime|GetKeyState|Gosub|Goto|Gr oupActivate|GroupAdd|GroupClose|GroupDeactivate|Gui|GuiControl|GuiControlGet|Hot key|ImageSearch|IniDelete|IniRead|IniWrite|Input|InputBox|KeyWait|ListHotkeys|Li stLines|ListVars|Loop|Menu|MouseClick|MouseClickDrag|MouseGetPos|MouseMove|MsgBo x|OnExit|OutputDebug|Pause|PixelGetColor|PixelSearch|PostMessage|Process|Progres s|Random|RegDelete|RegRead|RegWrite|Reload|Repeat|Return|Run|RunAs|RunWait|Send| SendEvent|SendInput|SendMessage|SendMode|SendPlay|SendRaw|SetBatchLines|SetCapsl ockState|SetControlDelay|SetDefaultMouseSpeed|SetEnv|SetFormat|SetKeyDelay|SetMo useDelay|SetNumlockState|SetScrollLockState|SetStoreCapslockMode|SetTimer|SetTit leMatchMode|SetWinDelay|SetWorkingDir|Shutdown|Sleep|Sort|SoundBeep|SoundGet|Sou ndGetWaveVolume|SoundPlay|SoundSet|SoundSetWaveVolume|SplashImage|SplashTextOff| SplashTextOn|SplitPath|StatusBarGetText|StatusBarWait|StringCaseSense|StringGetP os|StringLeft|StringLen|StringLower|StringMid|StringReplace|StringRight|StringSp lit|StringTrimLeft|StringTrimRight|StringUpper|Suspend|SysGet|Thread|ToolTip|Tra nsform|TrayTip|URLDownloadToFile|WinActivate|WinActivateBottom|WinClose|WinGet|W inGetActiveStats|WinGetActiveTitle|WinGetClass|WinGetPos|WinGetText|WinGetTitle| WinHide|WinKill|WinMaximize|WinMenuSelectItem|WinMinimize|WinMinimizeAll|WinMini mizeAllUndo|WinMove|WinRestore|WinSet|WinSetTitle|WinShow|WinWait|WinWaitActive| WinWaitClose|WinWaitNotActive)\b/i, 16 'selector': /\b(AutoTrim|BlockInput|Break|Click|ClipWait|Continue|Contro l|ControlClick|ControlFocus|ControlGet|ControlGetFocus|ControlGetPos|ControlGetT ext|ControlMove|ControlSend|ControlSendRaw|ControlSetText|CoordMode|Critical|Det ectHiddenText|DetectHiddenWindows|Drive|DriveGet|DriveSpaceFree|EnvAdd|EnvDiv|En vGet|EnvMult|EnvSet|EnvSub|EnvUpdate|Exit|ExitApp|FileAppend|FileCopy|FileCopyDi r|FileCreateDir|FileCreateShortcut|FileDelete|FileEncoding|FileGetAttrib|FileGet Shortcut|FileGetSize|FileGetTime|FileGetVersion|FileInstall|FileMove|FileMoveDir |FileRead|FileReadLine|FileRecycle|FileRecycleEmpty|FileRemoveDir|FileSelectFile |FileSelectFolder|FileSetAttrib|FileSetTime|FormatTime|GetKeyState|Gosub|Goto|Gr oupActivate|GroupAdd|GroupClose|GroupDeactivate|Gui|GuiControl|GuiControlGet|Hot key|ImageSearch|IniDelete|IniRead|IniWrite|Input|InputBox|KeyWait|ListHotkeys|Li stLines|ListVars|Loop|Menu|MouseClick|MouseClickDrag|MouseGetPos|MouseMove|MsgBo x|OnExit|OutputDebug|Pause|PixelGetColor|PixelSearch|PostMessage|Process|Progres s|Random|RegDelete|RegRead|RegWrite|Reload|Repeat|Return|Run|RunAs|RunWait|Send| SendEvent|SendInput|SendMessage|SendMode|SendPlay|SendRaw|SetBatchLines|SetCapsl ockState|SetControlDelay|SetDefaultMouseSpeed|SetEnv|SetFormat|SetKeyDelay|SetMo useDelay|SetNumlockState|SetScrollLockState|SetStoreCapslockMode|SetTimer|SetTit leMatchMode|SetWinDelay|SetWorkingDir|Shutdown|Sleep|Sort|SoundBeep|SoundGet|Sou ndGetWaveVolume|SoundPlay|SoundSet|SoundSetWaveVolume|SplashImage|SplashTextOff| SplashTextOn|SplitPath|StatusBarGetText|StatusBarWait|StringCaseSense|StringGetP os|StringLeft|StringLen|StringLower|StringMid|StringReplace|StringRight|StringSp lit|StringTrimLeft|StringTrimRight|StringUpper|Suspend|SysGet|Thread|ToolTip|Tra nsform|TrayTip|URLDownloadToFile|WinActivate|WinActivateBottom|WinClose|WinGet|W inGetActiveStats|WinGetActiveTitle|WinGetClass|WinGetPos|WinGetText|WinGetTitle| WinHide|WinKill|WinMaximize|WinMenuSelectItem|WinMinimize|WinMinimizeAll|WinMini mizeAllUndo|WinMove|WinRestore|WinSet|WinSetTitle|WinShow|WinWait|WinWaitActive| WinWaitClose|WinWaitNotActive)\b/i,
17 17
18 'constant': /\b(a_ahkpath|a_ahkversion|a_appdata|a_appdatacommon|a_autot rim|a_batchlines|a_caretx|a_carety|a_computername|a_controldelay|a_cursor|a_dd|a _ddd|a_dddd|a_defaultmousespeed|a_desktop|a_desktopcommon|a_detecthiddentext|a_d etecthiddenwindows|a_endchar|a_eventinfo|a_exitreason|a_formatfloat|a_formatinte ger|a_gui|a_guievent|a_guicontrol|a_guicontrolevent|a_guiheight|a_guiwidth|a_gui x|a_guiy|a_hour|a_iconfile|a_iconhidden|a_iconnumber|a_icontip|a_index|a_ipaddre ss1|a_ipaddress2|a_ipaddress3|a_ipaddress4|a_isadmin|a_iscompiled|a_iscritical|a _ispaused|a_issuspended|a_isunicode|a_keydelay|a_language|a_lasterror|a_linefile |a_linenumber|a_loopfield|a_loopfileattrib|a_loopfiledir|a_loopfileext|a_loopfil efullpath|a_loopfilelongpath|a_loopfilename|a_loopfileshortname|a_loopfileshortp ath|a_loopfilesize|a_loopfilesizekb|a_loopfilesizemb|a_loopfiletimeaccessed|a_lo opfiletimecreated|a_loopfiletimemodified|a_loopreadline|a_loopregkey|a_loopregna me|a_loopregsubkey|a_loopregtimemodified|a_loopregtype|a_mday|a_min|a_mm|a_mmm|a _mmmm|a_mon|a_mousedelay|a_msec|a_mydocuments|a_now|a_nowutc|a_numbatchlines|a_o stype|a_osversion|a_priorhotkey|programfiles|a_programfiles|a_programs|a_program scommon|a_screenheight|a_screenwidth|a_scriptdir|a_scriptfullpath|a_scriptname|a _sec|a_space|a_startmenu|a_startmenucommon|a_startup|a_startupcommon|a_stringcas esense|a_tab|a_temp|a_thisfunc|a_thishotkey|a_thislabel|a_thismenu|a_thismenuite m|a_thismenuitempos|a_tickcount|a_timeidle|a_timeidlephysical|a_timesincepriorho tkey|a_timesincethishotkey|a_titlematchmode|a_titlematchmodespeed|a_username|a_w day|a_windelay|a_windir|a_workingdir|a_yday|a_year|a_yweek|a_yyyy|clipboard|clip boardall|comspec|errorlevel)\b/i, 18 'constant': /\b(a_ahkpath|a_ahkversion|a_appdata|a_appdatacommon|a_autot rim|a_batchlines|a_caretx|a_carety|a_computername|a_controldelay|a_cursor|a_dd|a _ddd|a_dddd|a_defaultmousespeed|a_desktop|a_desktopcommon|a_detecthiddentext|a_d etecthiddenwindows|a_endchar|a_eventinfo|a_exitreason|a_formatfloat|a_formatinte ger|a_gui|a_guievent|a_guicontrol|a_guicontrolevent|a_guiheight|a_guiwidth|a_gui x|a_guiy|a_hour|a_iconfile|a_iconhidden|a_iconnumber|a_icontip|a_index|a_ipaddre ss1|a_ipaddress2|a_ipaddress3|a_ipaddress4|a_isadmin|a_iscompiled|a_iscritical|a _ispaused|a_issuspended|a_isunicode|a_keydelay|a_language|a_lasterror|a_linefile |a_linenumber|a_loopfield|a_loopfileattrib|a_loopfiledir|a_loopfileext|a_loopfil efullpath|a_loopfilelongpath|a_loopfilename|a_loopfileshortname|a_loopfileshortp ath|a_loopfilesize|a_loopfilesizekb|a_loopfilesizemb|a_loopfiletimeaccessed|a_lo opfiletimecreated|a_loopfiletimemodified|a_loopreadline|a_loopregkey|a_loopregna me|a_loopregsubkey|a_loopregtimemodified|a_loopregtype|a_mday|a_min|a_mm|a_mmm|a _mmmm|a_mon|a_mousedelay|a_msec|a_mydocuments|a_now|a_nowutc|a_numbatchlines|a_o stype|a_osversion|a_priorhotkey|programfiles|a_programfiles|a_programs|a_program scommon|a_screenheight|a_screenwidth|a_scriptdir|a_scriptfullpath|a_scriptname|a _sec|a_space|a_startmenu|a_startmenucommon|a_startup|a_startupcommon|a_stringcas esense|a_tab|a_temp|a_thisfunc|a_thishotkey|a_thislabel|a_thismenu|a_thismenuite m|a_thismenuitempos|a_tickcount|a_timeidle|a_timeidlephysical|a_timesincepriorho tkey|a_timesincethishotkey|a_titlematchmode|a_titlematchmodespeed|a_username|a_w day|a_windelay|a_windir|a_workingdir|a_yday|a_year|a_yweek|a_yyyy|clipboard|clip boardall|comspec|errorlevel)\b/i,
19 19
20 'builtin': /\b(abs|acos|asc|asin|atan|ceil|chr|class|cos|dllcall|exp|fil eexist|Fileopen|floor|il_add|il_create|il_destroy|instr|substr|isfunc|islabel|Is Object|ln|log|lv_add|lv_delete|lv_deletecol|lv_getcount|lv_getnext|lv_gettext|lv _insert|lv_insertcol|lv_modify|lv_modifycol|lv_setimagelist|mod|onmessage|numget |numput|registercallback|regexmatch|regexreplace|round|sin|tan|sqrt|strlen|sb_se ticon|sb_setparts|sb_settext|strsplit|tv_add|tv_delete|tv_getchild|tv_getcount|t v_getnext|tv_get|tv_getparent|tv_getprev|tv_getselection|tv_gettext|tv_modify|va rsetcapacity|winactive|winexist|__New|__Call|__Get|__Set)\b/i, 20 'builtin': /\b(abs|acos|asc|asin|atan|ceil|chr|class|cos|dllcall|exp|fil eexist|Fileopen|floor|il_add|il_create|il_destroy|instr|substr|isfunc|islabel|Is Object|ln|log|lv_add|lv_delete|lv_deletecol|lv_getcount|lv_getnext|lv_gettext|lv _insert|lv_insertcol|lv_modify|lv_modifycol|lv_setimagelist|mod|onmessage|numget |numput|registercallback|regexmatch|regexreplace|round|sin|tan|sqrt|strlen|sb_se ticon|sb_setparts|sb_settext|strsplit|tv_add|tv_delete|tv_getchild|tv_getcount|t v_getnext|tv_get|tv_getparent|tv_getprev|tv_getselection|tv_gettext|tv_modify|va rsetcapacity|winactive|winexist|__New|__Call|__Get|__Set)\b/i,
21 21
22 'symbol': /\b(alt|altdown|altup|appskey|backspace|browser_back|browser_f avorites|browser_forward|browser_home|browser_refresh|browser_search|browser_sto p|bs|capslock|ctrl|ctrlbreak|ctrldown|ctrlup|del|delete|down|end|enter|esc|escap e|f1|f10|f11|f12|f13|f14|f15|f16|f17|f18|f19|f2|f20|f21|f22|f23|f24|f3|f4|f5|f6| f7|f8|f9|home|ins|insert|joy1|joy10|joy11|joy12|joy13|joy14|joy15|joy16|joy17|jo y18|joy19|joy2|joy20|joy21|joy22|joy23|joy24|joy25|joy26|joy27|joy28|joy29|joy3| joy30|joy31|joy32|joy4|joy5|joy6|joy7|joy8|joy9|joyaxes|joybuttons|joyinfo|joyna me|joypov|joyr|joyu|joyv|joyx|joyy|joyz|lalt|launch_app1|launch_app2|launch_mail |launch_media|lbutton|lcontrol|lctrl|left|lshift|lwin|lwindown|lwinup|mbutton|me dia_next|media_play_pause|media_prev|media_stop|numlock|numpad0|numpad1|numpad2| numpad3|numpad4|numpad5|numpad6|numpad7|numpad8|numpad9|numpadadd|numpadclear|nu mpaddel|numpaddiv|numpaddot|numpaddown|numpadend|numpadenter|numpadhome|numpadin s|numpadleft|numpadmult|numpadpgdn|numpadpgup|numpadright|numpadsub|numpadup|pgd n|pgup|printscreen|ralt|rbutton|rcontrol|rctrl|right|rshift|rwin|rwindown|rwinup |scrolllock|shift|shiftdown|shiftup|space|tab|up|volume_down|volume_mute|volume_ up|wheeldown|wheelleft|wheelright|wheelup|xbutton1|xbutton2)\b/i, 22 'symbol': /\b(alt|altdown|altup|appskey|backspace|browser_back|browser_f avorites|browser_forward|browser_home|browser_refresh|browser_search|browser_sto p|bs|capslock|ctrl|ctrlbreak|ctrldown|ctrlup|del|delete|down|end|enter|esc|escap e|f1|f10|f11|f12|f13|f14|f15|f16|f17|f18|f19|f2|f20|f21|f22|f23|f24|f3|f4|f5|f6| f7|f8|f9|home|ins|insert|joy1|joy10|joy11|joy12|joy13|joy14|joy15|joy16|joy17|jo y18|joy19|joy2|joy20|joy21|joy22|joy23|joy24|joy25|joy26|joy27|joy28|joy29|joy3| joy30|joy31|joy32|joy4|joy5|joy6|joy7|joy8|joy9|joyaxes|joybuttons|joyinfo|joyna me|joypov|joyr|joyu|joyv|joyx|joyy|joyz|lalt|launch_app1|launch_app2|launch_mail |launch_media|lbutton|lcontrol|lctrl|left|lshift|lwin|lwindown|lwinup|mbutton|me dia_next|media_play_pause|media_prev|media_stop|numlock|numpad0|numpad1|numpad2| numpad3|numpad4|numpad5|numpad6|numpad7|numpad8|numpad9|numpadadd|numpadclear|nu mpaddel|numpaddiv|numpaddot|numpaddown|numpadend|numpadenter|numpadhome|numpadin s|numpadleft|numpadmult|numpadpgdn|numpadpgup|numpadright|numpadsub|numpadup|pgd n|pgup|printscreen|ralt|rbutton|rcontrol|rctrl|right|rshift|rwin|rwindown|rwinup |scrolllock|shift|shiftdown|shiftup|space|tab|up|volume_down|volume_mute|volume_ up|wheeldown|wheelleft|wheelright|wheelup|xbutton1|xbutton2)\b/i,
23 23
24 'important': /#\b(AllowSameLineComments|ClipboardTimeout|CommentFlag|Err orStdOut|EscapeChar|HotkeyInterval|HotkeyModifierTimeout|Hotstring|IfWinActive|I fWinExist|IfWinNotActive|IfWinNotExist|Include|IncludeAgain|InstallKeybdHook|Ins tallMouseHook|KeyHistory|LTrim|MaxHotkeysPerInterval|MaxMem|MaxThreads|MaxThread sBuffer|MaxThreadsPerHotkey|NoEnv|NoTrayIcon|Persistent|SingleInstance|UseHook|W inActivateForce)\b/i, 24 'important': /#\b(AllowSameLineComments|ClipboardTimeout|CommentFlag|Err orStdOut|EscapeChar|HotkeyInterval|HotkeyModifierTimeout|Hotstring|IfWinActive|I fWinExist|IfWinNotActive|IfWinNotExist|Include|IncludeAgain|InstallKeybdHook|Ins tallMouseHook|KeyHistory|LTrim|MaxHotkeysPerInterval|MaxMem|MaxThreads|MaxThread sBuffer|MaxThreadsPerHotkey|NoEnv|NoTrayIcon|Persistent|SingleInstance|UseHook|W inActivateForce)\b/i,
25 25
26 'keyword': /\b(Abort|AboveNormal|Add|ahk_class|ahk_group|ahk_id|ahk_pid| All|Alnum|Alpha|AltSubmit|AltTab|AltTabAndMenu|AltTabMenu|AltTabMenuDismiss|Alwa ysOnTop|AutoSize|Background|BackgroundTrans|BelowNormal|between|BitAnd|BitNot|Bi tOr|BitShiftLeft|BitShiftRight|BitXOr|Bold|Border|Button|ByRef|Checkbox|Checked| CheckedGray|Choose|ChooseString|Close|Color|ComboBox|Contains|ControlList|Count| Date|DateTime|Days|DDL|Default|DeleteAll|Delimiter|Deref|Destroy|Digit|Disable|D isabled|DropDownList|Edit|Eject|Else|Enable|Enabled|Error|Exist|Expand|ExStyle|F ileSystem|First|Flash|Float|FloatFast|Focus|Font|for|global|Grid|Group|GroupBox| GuiClose|GuiContextMenu|GuiDropFiles|GuiEscape|GuiSize|Hdr|Hidden|Hide|High|HKCC |HKCR|HKCU|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_LOCAL_MA CHINE|HKEY_USERS|HKLM|HKU|Hours|HScroll|Icon|IconSmall|ID|IDLast|If|IfEqual|IfEx ist|IfGreater|IfGreaterOrEqual|IfInString|IfLess|IfLessOrEqual|IfMsgBox|IfNotEqu al|IfNotExist|IfNotInString|IfWinActive|IfWinExist|IfWinNotActive|IfWinNotExist| Ignore|ImageList|in|Integer|IntegerFast|Interrupt|is|italic|Join|Label|LastFound |LastFoundExist|Limit|Lines|List|ListBox|ListView|local|Lock|Logoff|Low|Lower|Lo wercase|MainWindow|Margin|Maximize|MaximizeBox|MaxSize|Minimize|MinimizeBox|MinM ax|MinSize|Minutes|MonthCal|Mouse|Move|Multi|NA|No|NoActivate|NoDefault|NoHide|N oIcon|NoMainWindow|norm|Normal|NoSort|NoSortHdr|NoStandard|Not|NoTab|NoTimers|Nu mber|Off|Ok|On|OwnDialogs|Owner|Parse|Password|Picture|Pixel|Pos|Pow|Priority|Pr ocessName|Radio|Range|Read|ReadOnly|Realtime|Redraw|REG_BINARY|REG_DWORD|REG_EXP AND_SZ|REG_MULTI_SZ|REG_SZ|Region|Relative|Rename|Report|Resize|Restore|Retry|RG B|Screen|Seconds|Section|Serial|SetLabel|ShiftAltTab|Show|Single|Slider|SortDesc |Standard|static|Status|StatusBar|StatusCD|strike|Style|Submit|SysMenu|Tab2|TabS top|Text|Theme|Tile|ToggleCheck|ToggleEnable|ToolWindow|Top|Topmost|TransColor|T ransparent|Tray|TreeView|TryAgain|Type|UnCheck|underline|Unicode|Unlock|UpDown|U pper|Uppercase|UseErrorLevel|Vis|VisFirst|Visible|VScroll|Wait|WaitClose|WantCtr lA|WantF2|WantReturn|While|Wrap|Xdigit|xm|xp|xs|Yes|ym|yp|ys)\b/i 26 'keyword': /\b(Abort|AboveNormal|Add|ahk_class|ahk_group|ahk_id|ahk_pid| All|Alnum|Alpha|AltSubmit|AltTab|AltTabAndMenu|AltTabMenu|AltTabMenuDismiss|Alwa ysOnTop|AutoSize|Background|BackgroundTrans|BelowNormal|between|BitAnd|BitNot|Bi tOr|BitShiftLeft|BitShiftRight|BitXOr|Bold|Border|Button|ByRef|Checkbox|Checked| CheckedGray|Choose|ChooseString|Close|Color|ComboBox|Contains|ControlList|Count| Date|DateTime|Days|DDL|Default|DeleteAll|Delimiter|Deref|Destroy|Digit|Disable|D isabled|DropDownList|Edit|Eject|Else|Enable|Enabled|Error|Exist|Expand|ExStyle|F ileSystem|First|Flash|Float|FloatFast|Focus|Font|for|global|Grid|Group|GroupBox| GuiClose|GuiContextMenu|GuiDropFiles|GuiEscape|GuiSize|Hdr|Hidden|Hide|High|HKCC |HKCR|HKCU|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_LOCAL_MA CHINE|HKEY_USERS|HKLM|HKU|Hours|HScroll|Icon|IconSmall|ID|IDLast|If|IfEqual|IfEx ist|IfGreater|IfGreaterOrEqual|IfInString|IfLess|IfLessOrEqual|IfMsgBox|IfNotEqu al|IfNotExist|IfNotInString|IfWinActive|IfWinExist|IfWinNotActive|IfWinNotExist| Ignore|ImageList|in|Integer|IntegerFast|Interrupt|is|italic|Join|Label|LastFound |LastFoundExist|Limit|Lines|List|ListBox|ListView|local|Lock|Logoff|Low|Lower|Lo wercase|MainWindow|Margin|Maximize|MaximizeBox|MaxSize|Minimize|MinimizeBox|MinM ax|MinSize|Minutes|MonthCal|Mouse|Move|Multi|NA|No|NoActivate|NoDefault|NoHide|N oIcon|NoMainWindow|norm|Normal|NoSort|NoSortHdr|NoStandard|Not|NoTab|NoTimers|Nu mber|Off|Ok|On|OwnDialogs|Owner|Parse|Password|Picture|Pixel|Pos|Pow|Priority|Pr ocessName|Radio|Range|Read|ReadOnly|Realtime|Redraw|REG_BINARY|REG_DWORD|REG_EXP AND_SZ|REG_MULTI_SZ|REG_SZ|Region|Relative|Rename|Report|Resize|Restore|Retry|RG B|Screen|Seconds|Section|Serial|SetLabel|ShiftAltTab|Show|Single|Slider|SortDesc |Standard|static|Status|StatusBar|StatusCD|strike|Style|Submit|SysMenu|Tab2|TabS top|Text|Theme|Tile|ToggleCheck|ToggleEnable|ToolWindow|Top|Topmost|TransColor|T ransparent|Tray|TreeView|TryAgain|Type|UnCheck|underline|Unicode|Unlock|UpDown|U pper|Uppercase|UseErrorLevel|Vis|VisFirst|Visible|VScroll|Wait|WaitClose|WantCtr lA|WantF2|WantReturn|While|Wrap|Xdigit|xm|xp|xs|Yes|ym|yp|ys)\b/i
27 }; 27 };
OLDNEW
« no previous file with comments | « lib/src/prism/components/prism-aspnet.min.js ('k') | lib/src/prism/components/prism-autoit.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698