PageRenderTime 63ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/config/syntax/Objective-J.rb

http://github.com/manveru/ver
Ruby | 184 lines | 182 code | 1 blank | 1 comment | 0 complexity | 1289939a3ddc281b2c0fda9a80dd4f4a MD5 | raw file
  1. # Encoding: UTF-8
  2. {fileTypes: ["j", "J"],
  3. foldingStartMarker:
  4. /(?x)
  5. \/\*\*(?!\*)
  6. |^(?![^{]*?\/\/|[^{]*?\/\*(?!.*?\*\/.*?\{)).*?\{\s*(?<_1>$|\/\/|\/\*(?!.*?\*\/.*\S))
  7. |^@(?<_2>interface|protocol|implementation)\b
  8. /,
  9. foldingStopMarker: /(?<!\*)\*\*\/|^\s*\}|^@end\b/,
  10. name: "Objective-J",
  11. patterns:
  12. [{begin:
  13. /(?<_1>(?<_2>@)(?<_3>interface|protocol))(?!.+;)\s+(?<_4>[A-Za-z][A-Za-z0-9]*)\s*(?<_5>(?<_6>:)(?:\s*)(?<_7>[A-Za-z][A-Za-z0-9]*))?(?<_8>\s|\n)?/,
  14. captures:
  15. {1 => {name: "storage.type.js.objj"},
  16. 2 => {name: "punctuation.definition.storage.type.js.objj"},
  17. 4 => {name: "entity.name.type.js.objj"},
  18. 6 =>
  19. {name: "punctuation.definition.entity.other.inherited-class.js.objj"},
  20. 7 => {name: "entity.other.inherited-class.js.objj"},
  21. 8 => {name: "meta.divider.js.objj"},
  22. 9 => {name: "meta.inherited-class.js.objj"}},
  23. contentName: "meta.scope.interface.js.objj",
  24. end: "((@)end)\\b",
  25. name: "meta.interface-or-protocol.js.objj",
  26. patterns:
  27. [{include: "#protocol_list"}, {include: "#method"}, {include: "$base"}]},
  28. {begin:
  29. /(?<_1>(?<_2>@)(?<_3>implementation))\s+(?<_4>[A-Za-z][A-Za-z0-9]*)\s*(?::\s*(?<_5>[A-Za-z][A-Za-z0-9]*))?/,
  30. captures:
  31. {1 => {name: "storage.type.js.objj"},
  32. 2 => {name: "punctuation.definition.storage.type.js.objj"},
  33. 4 => {name: "entity.name.type.js.objj"},
  34. 5 => {name: "entity.other.inherited-class.js.objj"}},
  35. contentName: "meta.scope.implementation.js.objj",
  36. end: "((@)end)\\b",
  37. name: "meta.implementation.js.objj",
  38. patterns:
  39. [{include: "#special_variables"},
  40. {include: "#method"},
  41. {include: "$base"}]},
  42. {begin: /@"/,
  43. beginCaptures:
  44. {0 => {name: "punctuation.definition.string.begin.js.objj"}},
  45. end: "\"",
  46. endCaptures: {0 => {name: "punctuation.definition.string.end.js.objj"}},
  47. name: "string.quoted.double.js.objj",
  48. patterns:
  49. [{match: /\\(?<_1>\\|[abefnrtv'"?]|[0-3]\d{,2}|[4-7]\d?|x[a-zA-Z0-9]+)/,
  50. name: "constant.character.escape.js.objj"},
  51. {match: /\\./, name: "invalid.illegal.unknown-escape.js.objj"}]},
  52. {begin: /\b(?<_1>id)\s*(?=<)/,
  53. beginCaptures: {1 => {name: "storage.type.js.objj"}},
  54. end: "(?<=>)",
  55. name: "meta.id-with-protocol.js.objj",
  56. patterns: [{include: "#protocol_list"}]},
  57. {match: /\b(?<_1>CP_DURING|CP_HANDLER|CP_ENDHANDLER)\b/,
  58. name: "keyword.control.macro.js.objj"},
  59. {captures: {1 => {name: "punctuation.definition.keyword.js.objj"}},
  60. match: /(?<_1>@)(?<_2>try|catch|finally|throw)\b/,
  61. name: "keyword.control.exception.js.objj"},
  62. {captures: {1 => {name: "punctuation.definition.keyword.js.objj"}},
  63. match: /(?<_1>@)(?<_2>synchronized)\b/,
  64. name: "keyword.control.synchronize.js.objj"},
  65. {captures: {1 => {name: "punctuation.definition.keyword.js.objj"}},
  66. match: /(?<_1>@)(?<_2>defs|encode)\b/,
  67. name: "keyword.other.js.objj"},
  68. {captures: {2 => {name: "meta.id-type.js.objj"}},
  69. match:
  70. /\b(?<_1>IBOutlet|IBAction|BOOL|SEL|id(?!\s?<)|unichar|IMP|Class)\b/,
  71. name: "storage.type.js.objj"},
  72. {captures: {1 => {name: "punctuation.definition.storage.type.js.objj"}},
  73. match: /(?<_1>@)(?<_2>class|selector|protocol)\b/,
  74. name: "storage.type.js.objj"},
  75. {captures: {1 => {name: "punctuation.definition.storage.modifier.js.objj"}},
  76. match: /(?<_1>@)(?<_2>synchronized|public|private|protected)\b/,
  77. name: "storage.modifier.js.objj"},
  78. {match: /\b(?<_1>YES|NO|Nil|nil)\b/, name: "constant.language.js.objj"},
  79. {match: /\bCPApp\b/, name: "support.variable.cappuccino.foundation"},
  80. {match:
  81. /\bCP(?<_1>R(?<_2>ound(?<_3>DownToMultipleOfPageSize|UpToMultipleOfPageSize)|un(?<_4>CriticalAlertPanel(?<_5>RelativeToWindow)?|InformationalAlertPanel(?<_6>RelativeToWindow)?|AlertPanel(?<_7>RelativeToWindow)?)|e(?<_8>set(?<_9>MapTable|HashTable)|c(?<_10>ycleZone|t(?<_11>Clip(?<_12>List)?|F(?<_13>ill(?<_14>UsingOperation|List(?<_15>UsingOperation|With(?<_16>Grays|Colors(?<_17>UsingOperation)?))?)?|romString))|ordAllocationEvent)|turnAddress|leaseAlertPanel|a(?<_18>dPixel|l(?<_19>MemoryAvailable|locateCollectable))|gisterServicesProvider)|angeFromString)|Get(?<_20>SizeAndAlignment|CriticalAlertPanel|InformationalAlertPanel|UncaughtExceptionHandler|FileType(?<_21>s)?|WindowServerMemory|AlertPanel)|M(?<_22>i(?<_23>n(?<_24>X|Y)|d(?<_25>X|Y))|ouseInRect|a(?<_26>p(?<_27>Remove|Get|Member|Insert(?<_28>IfAbsent|KnownAbsent)?)|ke(?<_29>R(?<_30>ect|ange)|Size|Point)|x(?<_31>Range|X|Y)))|B(?<_32>itsPer(?<_33>SampleFromDepth|PixelFromDepth)|e(?<_34>stDepth|ep|gin(?<_35>CriticalAlertSheet|InformationalAlertSheet|AlertSheet)))|S(?<_36>ho(?<_37>uldRetainWithZone|w(?<_38>sServicesMenuItem|AnimationEffect))|tringFrom(?<_39>R(?<_40>ect|ange)|MapTable|S(?<_41>ize|elector)|HashTable|Class|Point)|izeFromString|e(?<_42>t(?<_43>ShowsServicesMenuItem|ZoneName|UncaughtExceptionHandler|FocusRingStyle)|lectorFromString|archPathForDirectoriesInDomains)|wap(?<_44>Big(?<_45>ShortToHost|IntToHost|DoubleToHost|FloatToHost|Long(?<_46>ToHost|LongToHost))|Short|Host(?<_47>ShortTo(?<_48>Big|Little)|IntTo(?<_49>Big|Little)|DoubleTo(?<_50>Big|Little)|FloatTo(?<_51>Big|Little)|Long(?<_52>To(?<_53>Big|Little)|LongTo(?<_54>Big|Little)))|Int|Double|Float|L(?<_55>ittle(?<_56>ShortToHost|IntToHost|DoubleToHost|FloatToHost|Long(?<_57>ToHost|LongToHost))|ong(?<_58>Long)?)))|H(?<_59>ighlightRect|o(?<_60>stByteOrder|meDirectory(?<_61>ForUser)?)|eight|ash(?<_62>Remove|Get|Insert(?<_63>IfAbsent|KnownAbsent)?)|FSType(?<_64>CodeFromFileType|OfFile))|N(?<_65>umberOfColorComponents|ext(?<_66>MapEnumeratorPair|HashEnumeratorItem))|C(?<_67>o(?<_68>n(?<_69>tainsRect|vert(?<_70>GlyphsToPackedGlyphs|Swapped(?<_71>DoubleToHost|FloatToHost)|Host(?<_72>DoubleToSwapped|FloatToSwapped)))|unt(?<_73>MapTable|HashTable|Frames|Windows(?<_74>ForContext)?)|py(?<_75>M(?<_76>emoryPages|apTableWithZone)|Bits|HashTableWithZone|Object)|lorSpaceFromDepth|mpare(?<_77>MapTables|HashTables))|lassFromString|reate(?<_78>MapTable(?<_79>WithZone)?|HashTable(?<_80>WithZone)?|Zone|File(?<_81>namePboardType|ContentsPboardType)))|TemporaryDirectory|I(?<_82>s(?<_83>ControllerMarker|EmptyRect|FreedObject)|n(?<_84>setRect|crementExtraRefCount|te(?<_85>r(?<_86>sect(?<_87>sRect|ionR(?<_88>ect|ange))|faceStyleForKey)|gralRect)))|Zone(?<_89>Realloc|Malloc|Name|Calloc|Fr(?<_90>omPointer|ee))|O(?<_91>penStepRootDirectory|ffsetRect)|D(?<_92>i(?<_93>sableScreenUpdates|videRect)|ottedFrameRect|e(?<_94>c(?<_95>imal(?<_96>Round|Multiply|S(?<_97>tring|ubtract)|Normalize|Co(?<_98>py|mpa(?<_99>ct|re))|IsNotANumber|Divide|Power|Add)|rementExtraRefCountWasZero)|faultMallocZone|allocate(?<_100>MemoryPages|Object))|raw(?<_101>Gr(?<_102>oove|ayBezel)|B(?<_103>itmap|utton)|ColorTiledRects|TiledRects|DarkBezel|W(?<_104>hiteBezel|indowBackground)|LightBezel))|U(?<_105>serName|n(?<_106>ionR(?<_107>ect|ange)|registerServicesProvider)|pdateDynamicServices)|Java(?<_108>Bundle(?<_109>Setup|Cleanup)|Setup(?<_110>VirtualMachine)?|Needs(?<_111>ToLoadClasses|VirtualMachine)|ClassesF(?<_112>orBundle|romPath)|ObjectNamedInPath|ProvidesClasses)|P(?<_113>oint(?<_114>InRect|FromString)|erformService|lanarFromDepth|ageSize)|E(?<_115>n(?<_116>d(?<_117>MapTableEnumeration|HashTableEnumeration)|umerate(?<_118>MapTable|HashTable)|ableScreenUpdates)|qual(?<_119>R(?<_120>ects|anges)|Sizes|Points)|raseRect|xtraRefCount)|F(?<_121>ileTypeForHFSTypeCode|ullUserName|r(?<_122>ee(?<_123>MapTable|HashTable)|ame(?<_124>Rect(?<_125>WithWidth(?<_126>UsingOperation)?)?|Address)))|Wi(?<_127>ndowList(?<_128>ForContext)?|dth)|Lo(?<_129>cationInRange|g(?<_130>v|PageSize)?)|A(?<_131>ccessibility(?<_132>R(?<_133>oleDescription(?<_134>ForUIElement)?|aiseBadArgumentException)|Unignored(?<_135>Children(?<_136>ForOnlyChild)?|Descendant|Ancestor)|PostNotification|ActionDescription)|pplication(?<_137>Main|Load)|vailableWindowDepths|ll(?<_138>MapTable(?<_139>Values|Keys)|HashTableObjects|ocate(?<_140>MemoryPages|Collectable|Object))))\b/,
  82. name: "support.function.cappuccino"},
  83. {match:
  84. /\bCP(?<_1>R(?<_2>u(?<_3>nLoop|ler(?<_4>Marker|View))|e(?<_5>sponder|cursiveLock|lativeSpecifier)|an(?<_6>domSpecifier|geSpecifier))|G(?<_7>etCommand|lyph(?<_8>Generator|Storage|Info)|raphicsContext)|XML(?<_9>Node|D(?<_10>ocument|TD(?<_11>Node)?)|Parser|Element)|M(?<_12>iddleSpecifier|ov(?<_13>ie(?<_14>View)?|eCommand)|utable(?<_15>S(?<_16>tring|et)|C(?<_17>haracterSet|opying)|IndexSet|D(?<_18>ictionary|ata)|URLRequest|ParagraphStyle|A(?<_19>ttributedString|rray))|e(?<_20>ssagePort(?<_21>NameServer)?|nu(?<_22>Item(?<_23>Cell)?|View)?|t(?<_24>hodSignature|adata(?<_25>Item|Query(?<_26>ResultGroup|AttributeValueTuple)?)))|a(?<_27>ch(?<_28>BootstrapServer|Port)|trix))|B(?<_29>itmapImageRep|ox|u(?<_30>ndle|tton(?<_31>Cell)?)|ezierPath|rowser(?<_32>Cell)?)|S(?<_33>hadow|c(?<_34>anner|r(?<_35>ipt(?<_36>SuiteRegistry|C(?<_37>o(?<_38>ercionHandler|mmand(?<_39>Description)?)|lassDescription)|ObjectSpecifier|ExecutionContext|WhoseTest)|oll(?<_40>er|View)|een))|t(?<_41>epper(?<_42>Cell)?|atus(?<_43>Bar|Item)|r(?<_44>ing|eam))|imple(?<_45>HorizontalTypesetter|CString)|o(?<_46>cketPort(?<_47>NameServer)?|und|rtDescriptor)|p(?<_48>e(?<_49>cifierTest|ech(?<_50>Recognizer|Synthesizer)|ll(?<_51>Server|Checker))|litView)|e(?<_52>cureTextField(?<_53>Cell)?|t(?<_54>Command)?|archField(?<_55>Cell)?|rializer|gmentedC(?<_56>ontrol|ell))|lider(?<_57>Cell)?|avePanel)|H(?<_58>ost|TTP(?<_59>Cookie(?<_60>Storage)?|URLResponse)|elpManager)|N(?<_61>ib(?<_62>Con(?<_63>nector|trolConnector)|OutletConnector)?|otification(?<_64>Center|Queue)?|u(?<_65>ll|mber(?<_66>Formatter)?)|etService(?<_67>Browser)?|ameSpecifier)|C(?<_68>ha(?<_69>ngeSpelling|racterSet)|o(?<_70>n(?<_71>stantString|nection|trol(?<_72>ler)?|ditionLock)|d(?<_73>ing|er)|unt(?<_74>Command|edSet)|pying|lor(?<_75>Space|P(?<_76>ick(?<_77>ing(?<_78>Custom|Default)|er)|anel)|Well|List)?|m(?<_79>p(?<_80>oundPredicate|arisonPredicate)|boBox(?<_81>Cell)?))|u(?<_82>stomImageRep|rsor)|IImageRep|ell|l(?<_83>ipView|o(?<_84>seCommand|neCommand)|assDescription)|a(?<_85>ched(?<_86>ImageRep|URLResponse)|lendar(?<_87>Date)?)|reateCommand)|T(?<_88>hread|ypesetter|ime(?<_89>Zone|r)|o(?<_90>olbar(?<_91>Item(?<_92>Validations)?)?|kenField(?<_93>Cell)?)|ext(?<_94>Block|Storage|Container|Tab(?<_95>le(?<_96>Block)?)?|Input|View|Field(?<_97>Cell)?|List|Attachment(?<_98>Cell)?)?|a(?<_99>sk|b(?<_100>le(?<_101>Header(?<_102>Cell|View)|Column|View)|View(?<_103>Item)?))|reeController)|I(?<_104>n(?<_105>dex(?<_106>S(?<_107>pecifier|et)|Path)|put(?<_108>Manager|S(?<_109>tream|erv(?<_110>iceProvider|er(?<_111>MouseTracker)?)))|vocation)|gnoreMisspelledWords|mage(?<_112>Rep|Cell|View)?)|O(?<_113>ut(?<_114>putStream|lineView)|pen(?<_115>GL(?<_116>Context|Pixel(?<_117>Buffer|Format)|View)|Panel)|bj(?<_118>CTypeSerializationCallBack|ect(?<_119>Controller)?))|D(?<_120>i(?<_121>st(?<_122>antObject(?<_123>Request)?|ributed(?<_124>NotificationCenter|Lock))|ctionary|rectoryEnumerator)|ocument(?<_125>Controller)?|e(?<_126>serializer|cimalNumber(?<_127>Behaviors|Handler)?|leteCommand)|at(?<_128>e(?<_129>Components|Picker(?<_130>Cell)?|Formatter)?|a)|ra(?<_131>wer|ggingInfo))|U(?<_132>ser(?<_133>InterfaceValidations|Defaults(?<_134>Controller)?)|RL(?<_135>Re(?<_136>sponse|quest)|Handle(?<_137>Client)?|C(?<_138>onnection|ache|redential(?<_139>Storage)?)|Download(?<_140>Delegate)?|Prot(?<_141>ocol(?<_142>Client)?|ectionSpace)|AuthenticationChallenge(?<_143>Sender)?)?|n(?<_144>iqueIDSpecifier|doManager|archiver))|P(?<_145>ipe|o(?<_146>sitionalSpecifier|pUpButton(?<_147>Cell)?|rt(?<_148>Message|NameServer|Coder)?)|ICTImageRep|ersistentDocument|DFImageRep|a(?<_149>steboard|nel|ragraphStyle|geLayout)|r(?<_150>int(?<_151>Info|er|Operation|Panel)|o(?<_152>cessInfo|tocolChecker|perty(?<_153>Specifier|ListSerialization)|gressIndicator|xy)|edicate))|E(?<_154>numerator|vent|PSImageRep|rror|x(?<_155>ception|istsCommand|pression))|V(?<_156>iew(?<_157>Animation)?|al(?<_158>idated(?<_159>ToobarItem|UserInterfaceItem)|ue(?<_160>Transformer)?))|Keyed(?<_161>Unarchiver|Archiver)|Qui(?<_162>ckDrawView|tCommand)|F(?<_163>ile(?<_164>Manager|Handle|Wrapper)|o(?<_165>nt(?<_166>Manager|Descriptor|Panel)?|rm(?<_167>Cell|atter)))|W(?<_168>hoseSpecifier|indow(?<_169>Controller)?|orkspace)|L(?<_170>o(?<_171>c(?<_172>k(?<_173>ing)?|ale)|gicalTest)|evelIndicator(?<_174>Cell)?|ayoutManager)|A(?<_175>ssertionHandler|nimation|ctionCell|ttributedString|utoreleasePool|TSTypesetter|ppl(?<_176>ication|e(?<_177>Script|Event(?<_178>Manager|Descriptor)))|ffineTransform|lert|r(?<_179>chiver|ray(?<_180>Controller)?)))\b/,
  85. name: "support.class.cappuccino"},
  86. {match:
  87. /\bCP(?<_1>R(?<_2>ect(?<_3>Edge)?|ange)|G(?<_4>lyph(?<_5>Relation|LayoutMode)?|radientType)|M(?<_6>odalSession|a(?<_7>trixMode|p(?<_8>Table|Enumerator)))|B(?<_9>itmapImageFileType|orderType|uttonType|ezelStyle|ackingStoreType|rowserColumnResizingType)|S(?<_10>cr(?<_11>oll(?<_12>er(?<_13>Part|Arrow)|ArrowPosition)|eenAuxiliaryOpaque)|tringEncoding|ize|ocketNativeHandle|election(?<_14>Granularity|Direction|Affinity)|wapped(?<_15>Double|Float)|aveOperationType)|Ha(?<_16>sh(?<_17>Table|Enumerator)|ndler(?<_18>2)?)|C(?<_19>o(?<_20>ntrol(?<_21>Size|Tint)|mp(?<_22>ositingOperation|arisonResult))|ell(?<_23>State|Type|ImagePosition|Attribute))|T(?<_24>hreadPrivate|ypesetterGlyphInfo|i(?<_25>ckMarkPosition|tlePosition|meInterval)|o(?<_26>ol(?<_27>TipTag|bar(?<_28>SizeMode|DisplayMode))|kenStyle)|IFFCompression|ext(?<_29>TabType|Alignment)|ab(?<_30>State|leViewDropOperation|ViewType)|rackingRectTag)|ImageInterpolation|Zone|OpenGL(?<_31>ContextAuxiliary|PixelFormatAuxiliary)|D(?<_32>ocumentChangeType|atePickerElementFlags|ra(?<_33>werState|gOperation))|UsableScrollerParts|P(?<_34>oint|r(?<_35>intingPageOrder|ogressIndicator(?<_36>Style|Th(?<_37>ickness|readInfo))))|EventType|KeyValueObservingOptions|Fo(?<_38>nt(?<_39>SymbolicTraits|TraitMask|Action)|cusRingType)|W(?<_40>indow(?<_41>OrderingMode|Depth)|orkspace(?<_42>IconCreationOptions|LaunchOptions)|ritingDirection)|L(?<_43>ineBreakMode|ayout(?<_44>Status|Direction))|A(?<_45>nimation(?<_46>Progress|Effect)|ppl(?<_47>ication(?<_48>TerminateReply|DelegateReply|PrintReply)|eEventManagerSuspensionID)|ffineTransformStruct|lertStyle))\b/,
  88. name: "support.type.cappuccino"},
  89. {match: /\bCP(?<_1>NotFound|Ordered(?<_2>Ascending|Descending|Same))\b/,
  90. name: "support.constant.cappuccino"},
  91. {match:
  92. /\bCP(?<_1>Menu(?<_2>Did(?<_3>RemoveItem|SendAction|ChangeItem|EndTracking|AddItem)|WillSendAction)|S(?<_4>ystemColorsDidChange|plitView(?<_5>DidResizeSubviews|WillResizeSubviews))|C(?<_6>o(?<_7>nt(?<_8>extHelpModeDid(?<_9>Deactivate|Activate)|rolT(?<_10>intDidChange|extDid(?<_11>BeginEditing|Change|EndEditing)))|lor(?<_12>PanelColorDidChange|ListDidChange)|mboBox(?<_13>Selection(?<_14>IsChanging|DidChange)|Will(?<_15>Dismiss|PopUp)))|lassDescriptionNeededForClass)|T(?<_16>oolbar(?<_17>DidRemoveItem|WillAddItem)|ext(?<_18>Storage(?<_19>DidProcessEditing|WillProcessEditing)|Did(?<_20>BeginEditing|Change|EndEditing)|View(?<_21>DidChange(?<_22>Selection|TypingAttributes)|WillChangeNotifyingTextView))|ableView(?<_23>Selection(?<_24>IsChanging|DidChange)|ColumnDid(?<_25>Resize|Move)))|ImageRepRegistryDidChange|OutlineView(?<_26>Selection(?<_27>IsChanging|DidChange)|ColumnDid(?<_28>Resize|Move)|Item(?<_29>Did(?<_30>Collapse|Expand)|Will(?<_31>Collapse|Expand)))|Drawer(?<_32>Did(?<_33>Close|Open)|Will(?<_34>Close|Open))|PopUpButton(?<_35>CellWillPopUp|WillPopUp)|View(?<_36>GlobalFrameDidChange|BoundsDidChange|F(?<_37>ocusDidChange|rameDidChange))|FontSetChanged|W(?<_38>indow(?<_39>Did(?<_40>Resi(?<_41>ze|gn(?<_42>Main|Key))|M(?<_43>iniaturize|ove)|Become(?<_44>Main|Key)|ChangeScreen(?<_45>|Profile)|Deminiaturize|Update|E(?<_46>ndSheet|xpose))|Will(?<_47>M(?<_48>iniaturize|ove)|BeginSheet|Close))|orkspace(?<_49>SessionDid(?<_50>ResignActive|BecomeActive)|Did(?<_51>Mount|TerminateApplication|Unmount|PerformFileOperation|Wake|LaunchApplication)|Will(?<_52>Sleep|Unmount|PowerOff|LaunchApplication)))|A(?<_53>ntialiasThresholdChanged|ppl(?<_54>ication(?<_55>Did(?<_56>ResignActive|BecomeActive|Hide|ChangeScreenParameters|U(?<_57>nhide|pdate)|FinishLaunching)|Will(?<_58>ResignActive|BecomeActive|Hide|Terminate|U(?<_59>nhide|pdate)|FinishLaunching))|eEventManagerWillProcessFirstEvent)))Notification\b/,
  93. name: "support.constant.notification.cappuccino"},
  94. {match:
  95. /\bCP(?<_1>R(?<_2>GB(?<_3>ModeColorPanel|ColorSpaceModel)|ight(?<_4>Mouse(?<_5>D(?<_6>own(?<_7>Mask)?|ragged(?<_8>Mask)?)|Up(?<_9>Mask)?)|T(?<_10>ext(?<_11>Movement|Alignment)|ab(?<_12>sBezelBorder|StopType))|ArrowFunctionKey)|ound(?<_13>RectBezelStyle|Bankers|ed(?<_14>BezelStyle|TokenStyle|DisclosureBezelStyle)|Down|Up|Plain|Line(?<_15>CapStyle|JoinStyle))|un(?<_16>StoppedResponse|ContinuesResponse|AbortedResponse)|e(?<_17>s(?<_18>izableWindowMask|et(?<_19>CursorRectsRunLoopOrdering|FunctionKey))|ce(?<_20>ssedBezelStyle|iver(?<_21>sCantHandleCommandScriptError|EvaluationScriptError))|turnTextMovement|doFunctionKey|quiredArgumentsMissingScriptError|l(?<_22>evancyLevelIndicatorStyle|ative(?<_23>Before|After))|gular(?<_24>SquareBezelStyle|ControlSize)|moveTraitFontAction)|a(?<_25>n(?<_26>domSubelement|geDateMode)|tingLevelIndicatorStyle|dio(?<_27>ModeMatrix|Button)))|G(?<_28>IFFileType|lyph(?<_29>Below|Inscribe(?<_30>B(?<_31>elow|ase)|Over(?<_32>strike|Below)|Above)|Layout(?<_33>WithPrevious|A(?<_34>tAPoint|gainstAPoint))|A(?<_35>ttribute(?<_36>BidiLevel|Soft|Inscribe|Elastic)|bove))|r(?<_37>ooveBorder|eaterThan(?<_38>Comparison|OrEqualTo(?<_39>Comparison|PredicateOperatorType)|PredicateOperatorType)|a(?<_40>y(?<_41>ModeColorPanel|ColorSpaceModel)|dient(?<_42>None|Con(?<_43>cave(?<_44>Strong|Weak)|vex(?<_45>Strong|Weak)))|phiteControlTint)))|XML(?<_46>N(?<_47>o(?<_48>tationDeclarationKind|de(?<_49>CompactEmptyElement|IsCDATA|OptionsNone|Use(?<_50>SingleQuotes|DoubleQuotes)|Pre(?<_51>serve(?<_52>NamespaceOrder|C(?<_53>haracterReferences|DATA)|DTD|Prefixes|E(?<_54>ntities|mptyElements)|Quotes|Whitespace|A(?<_55>ttributeOrder|ll))|ttyPrint)|ExpandEmptyElement))|amespaceKind)|CommentKind|TextKind|InvalidKind|D(?<_56>ocument(?<_57>X(?<_58>MLKind|HTMLKind|Include)|HTMLKind|T(?<_59>idy(?<_60>XML|HTML)|extKind)|IncludeContentTypeDeclaration|Validate|Kind)|TDKind)|P(?<_61>arser(?<_62>GTRequiredError|XMLDeclNot(?<_63>StartedError|FinishedError)|Mi(?<_64>splaced(?<_65>XMLDeclarationError|CDATAEndStringError)|xedContentDeclNot(?<_66>StartedError|FinishedError))|S(?<_67>t(?<_68>andaloneValueError|ringNot(?<_69>StartedError|ClosedError))|paceRequiredError|eparatorRequiredError)|N(?<_70>MTOKENRequiredError|o(?<_71>t(?<_72>ationNot(?<_73>StartedError|FinishedError)|WellBalancedError)|DTDError)|amespaceDeclarationError|AMERequiredError)|C(?<_74>haracterRef(?<_75>In(?<_76>DTDError|PrologError|EpilogError)|AtEOFError)|o(?<_77>nditionalSectionNot(?<_78>StartedError|FinishedError)|mment(?<_79>NotFinishedError|ContainsDoubleHyphenError))|DATANotFinishedError)|TagNameMismatchError|In(?<_80>ternalError|valid(?<_81>HexCharacterRefError|C(?<_82>haracter(?<_83>RefError|InEntityError|Error)|onditionalSectionError)|DecimalCharacterRefError|URIError|Encoding(?<_84>NameError|Error)))|OutOfMemoryError|D(?<_85>ocumentStartError|elegateAbortedParseError|OCTYPEDeclNotFinishedError)|U(?<_86>RI(?<_87>RequiredError|FragmentError)|n(?<_88>declaredEntityError|parsedEntityError|knownEncodingError|finishedTagError))|P(?<_89>CDATARequiredError|ublicIdentifierRequiredError|arsedEntityRef(?<_90>MissingSemiError|NoNameError|In(?<_91>Internal(?<_92>SubsetError|Error)|PrologError|EpilogError)|AtEOFError)|r(?<_93>ocessingInstructionNot(?<_94>StartedError|FinishedError)|ematureDocumentEndError))|E(?<_95>n(?<_96>codingNotSupportedError|tity(?<_97>Ref(?<_98>In(?<_99>DTDError|PrologError|EpilogError)|erence(?<_100>MissingSemiError|WithoutNameError)|LoopError|AtEOFError)|BoundaryError|Not(?<_101>StartedError|FinishedError)|Is(?<_102>ParameterError|ExternalError)|ValueRequiredError))|qualExpectedError|lementContentDeclNot(?<_103>StartedError|FinishedError)|xt(?<_104>ernalS(?<_105>tandaloneEntityError|ubsetNotFinishedError)|raContentError)|mptyDocumentError)|L(?<_106>iteralNot(?<_107>StartedError|FinishedError)|T(?<_108>RequiredError|SlashRequiredError)|essThanSymbolInAttributeError)|Attribute(?<_109>RedefinedError|HasNoValueError|Not(?<_110>StartedError|FinishedError)|ListNot(?<_111>StartedError|FinishedError)))|rocessingInstructionKind)|E(?<_112>ntity(?<_113>GeneralKind|DeclarationKind|UnparsedKind|P(?<_114>ar(?<_115>sedKind|ameterKind)|redefined))|lement(?<_116>Declaration(?<_117>MixedKind|UndefinedKind|E(?<_118>lementKind|mptyKind)|Kind|AnyKind)|Kind))|Attribute(?<_119>N(?<_120>MToken(?<_121>sKind|Kind)|otationKind)|CDATAKind|ID(?<_122>Ref(?<_123>sKind|Kind)|Kind)|DeclarationKind|En(?<_124>tit(?<_125>yKind|iesKind)|umerationKind)|Kind))|M(?<_126>i(?<_127>n(?<_128>XEdge|iaturizableWindowMask|YEdge|uteCalendarUnit)|terLineJoinStyle|ddleSubelement|xedState)|o(?<_129>nthCalendarUnit|deSwitchFunctionKey|use(?<_130>Moved(?<_131>Mask)?|E(?<_132>ntered(?<_133>Mask)?|ventSubtype|xited(?<_134>Mask)?))|veToBezierPathElement|mentary(?<_135>ChangeButton|Push(?<_136>Button|InButton)|Light(?<_137>Button)?))|enuFunctionKey|a(?<_138>c(?<_139>intoshInterfaceStyle|OSRomanStringEncoding)|tchesPredicateOperatorType|ppedRead|x(?<_140>XEdge|YEdge))|ACHOperatingSystem)|B(?<_141>MPFileType|o(?<_142>ttomTabsBezelBorder|ldFontMask|rderlessWindowMask|x(?<_143>Se(?<_144>condary|parator)|OldStyle|Primary))|uttLineCapStyle|e(?<_145>zelBorder|velLineJoinStyle|low(?<_146>Bottom|Top)|gin(?<_147>sWith(?<_148>Comparison|PredicateOperatorType)|FunctionKey))|lueControlTint|ack(?<_149>spaceCharacter|tabTextMovement|ingStore(?<_150>Retained|Buffered|Nonretained)|TabCharacter|wardsSearch|groundTab)|r(?<_151>owser(?<_152>NoColumnResizing|UserColumnResizing|AutoColumnResizing)|eakFunctionKey))|S(?<_153>h(?<_154>ift(?<_155>JISStringEncoding|KeyMask)|ow(?<_156>ControlGlyphs|InvisibleGlyphs)|adowlessSquareBezelStyle)|y(?<_157>s(?<_158>ReqFunctionKey|tem(?<_159>D(?<_160>omainMask|efined(?<_161>Mask)?)|FunctionKey))|mbolStringEncoding)|c(?<_162>a(?<_163>nnedOption|le(?<_164>None|ToFit|Proportionally))|r(?<_165>oll(?<_166>er(?<_167>NoPart|Increment(?<_168>Page|Line|Arrow)|Decrement(?<_169>Page|Line|Arrow)|Knob(?<_170>Slot)?|Arrows(?<_171>M(?<_172>inEnd|axEnd)|None|DefaultSetting))|Wheel(?<_173>Mask)?|LockFunctionKey)|eenChangedEventType))|t(?<_174>opFunctionKey|r(?<_175>ingDrawing(?<_176>OneShot|DisableScreenFontSubstitution|Uses(?<_177>DeviceMetrics|FontLeading|LineFragmentOrigin))|eam(?<_178>Status(?<_179>Reading|NotOpen|Closed|Open(?<_180>ing)?|Error|Writing|AtEnd)|Event(?<_181>Has(?<_182>BytesAvailable|SpaceAvailable)|None|OpenCompleted|E(?<_183>ndEncountered|rrorOccurred)))))|i(?<_184>ngle(?<_185>DateMode|UnderlineStyle)|ze(?<_186>DownFontAction|UpFontAction))|olarisOperatingSystem|unOSOperatingSystem|pecialPageOrder|e(?<_187>condCalendarUnit|lect(?<_188>By(?<_189>Character|Paragraph|Word)|i(?<_190>ng(?<_191>Next|Previous)|onAffinity(?<_192>Downstream|Upstream))|edTab|FunctionKey)|gmentSwitchTracking(?<_193>Momentary|Select(?<_194>One|Any)))|quareLineCapStyle|witchButton|ave(?<_195>ToOperation|Op(?<_196>tions(?<_197>Yes|No|Ask)|eration)|AsOperation)|mall(?<_198>SquareBezelStyle|C(?<_199>ontrolSize|apsFontMask)|IconButtonBezelStyle))|H(?<_200>ighlightModeMatrix|SBModeColorPanel|o(?<_201>ur(?<_202>Minute(?<_203>SecondDatePickerElementFlag|DatePickerElementFlag)|CalendarUnit)|rizontalRuler|meFunctionKey)|TTPCookieAcceptPolicy(?<_204>Never|OnlyFromMainDocumentDomain|Always)|e(?<_205>lp(?<_206>ButtonBezelStyle|KeyMask|FunctionKey)|avierFontAction)|PUXOperatingSystem)|Year(?<_207>MonthDa(?<_208>yDatePickerElementFlag|tePickerElementFlag)|CalendarUnit)|N(?<_209>o(?<_210>n(?<_211>StandardCharacterSetFontMask|ZeroWindingRule|activatingPanelMask|LossyASCIIStringEncoding)|Border|t(?<_212>ification(?<_213>SuspensionBehavior(?<_214>Hold|Coalesce|D(?<_215>eliverImmediately|rop))|NoCoalescing|CoalescingOn(?<_216>Sender|Name)|DeliverImmediately|PostToAllSessions)|PredicateType|EqualToPredicateOperatorType)|S(?<_217>cr(?<_218>iptError|ollerParts)|ubelement|pecifierError)|CellMask|T(?<_219>itle|opLevelContainersSpecifierError|abs(?<_220>BezelBorder|NoBorder|LineBorder))|I(?<_221>nterfaceStyle|mage)|UnderlineStyle|FontChangeAction)|u(?<_222>ll(?<_223>Glyph|CellType)|m(?<_224>eric(?<_225>Search|PadKeyMask)|berFormatter(?<_226>Round(?<_227>Half(?<_228>Down|Up|Even)|Ceiling|Down|Up|Floor)|Behavior(?<_229>10|Default)|S(?<_230>cientificStyle|pellOutStyle)|NoStyle|CurrencyStyle|DecimalStyle|P(?<_231>ercentStyle|ad(?<_232>Before(?<_233>Suffix|Prefix)|After(?<_234>Suffix|Prefix))))))|e(?<_235>t(?<_236>Services(?<_237>BadArgumentError|NotFoundError|C(?<_238>ollisionError|ancelledError)|TimeoutError|InvalidError|UnknownError|ActivityInProgress)|workDomainMask)|wlineCharacter|xt(?<_239>StepInterfaceStyle|FunctionKey))|EXTSTEPStringEncoding|a(?<_240>t(?<_241>iveShortGlyphPacking|uralTextAlignment)|rrowFontMask))|C(?<_242>hange(?<_243>ReadOtherContents|GrayCell(?<_244>Mask)?|BackgroundCell(?<_245>Mask)?|Cleared|Done|Undone|Autosaved)|MYK(?<_246>ModeColorPanel|ColorSpaceModel)|ircular(?<_247>BezelStyle|Slider)|o(?<_248>n(?<_249>stantValueExpressionType|t(?<_250>inuousCapacityLevelIndicatorStyle|entsCellMask|ain(?<_251>sComparison|erSpecifierError)|rol(?<_252>Glyph|KeyMask))|densedFontMask)|lor(?<_253>Panel(?<_254>RGBModeMask|GrayModeMask|HSBModeMask|C(?<_255>MYKModeMask|olorListModeMask|ustomPaletteModeMask|rayonModeMask)|WheelModeMask|AllModesMask)|ListModeColorPanel)|reServiceDirectory|m(?<_256>p(?<_257>osite(?<_258>XOR|Source(?<_259>In|O(?<_260>ut|ver)|Atop)|Highlight|C(?<_261>opy|lear)|Destination(?<_262>In|O(?<_263>ut|ver)|Atop)|Plus(?<_264>Darker|Lighter))|ressedFontMask)|mandKeyMask))|u(?<_265>stom(?<_266>SelectorPredicateOperatorType|PaletteModeColorPanel)|r(?<_267>sor(?<_268>Update(?<_269>Mask)?|PointingDevice)|veToBezierPathElement))|e(?<_270>nterT(?<_271>extAlignment|abStopType)|ll(?<_272>State|H(?<_273>ighlighted|as(?<_274>Image(?<_275>Horizontal|OnLeftOrBottom)|OverlappingImage))|ChangesContents|Is(?<_276>Bordered|InsetButton)|Disabled|Editable|LightsBy(?<_277>Gray|Background|Contents)|AllowsMixedState))|l(?<_278>ipPagination|o(?<_279>s(?<_280>ePathBezierPathElement|ableWindowMask)|ckAndCalendarDatePickerStyle)|ear(?<_281>ControlTint|DisplayFunctionKey|LineFunctionKey))|a(?<_282>seInsensitive(?<_283>Search|PredicateOption)|n(?<_284>notCreateScriptCommandError|cel(?<_285>Button|TextMovement))|chesDirectory|lculation(?<_286>NoError|Overflow|DivideByZero|Underflow|LossOfPrecision)|rriageReturnCharacter)|r(?<_287>itical(?<_288>Request|AlertStyle)|ayonModeColorPanel))|T(?<_289>hick(?<_290>SquareBezelStyle|erSquareBezelStyle)|ypesetter(?<_291>Behavior|HorizontalTabAction|ContainerBreakAction|ZeroAdvancementAction|OriginalBehavior|ParagraphBreakAction|WhitespaceAction|L(?<_292>ineBreakAction|atestBehavior))|i(?<_293>ckMark(?<_294>Right|Below|Left|Above)|tledWindowMask|meZoneDatePickerElementFlag)|o(?<_295>olbarItemVisibilityPriority(?<_296>Standard|High|User|Low)|pTabsBezelBorder|ggleButton)|IFF(?<_297>Compression(?<_298>N(?<_299>one|EXT)|CCITTFAX(?<_300>3|4)|OldJPEG|JPEG|PackBits|LZW)|FileType)|e(?<_301>rminate(?<_302>Now|Cancel|Later)|xt(?<_303>Read(?<_304>InapplicableDocumentTypeError|WriteErrorM(?<_305>inimum|aximum))|Block(?<_306>M(?<_307>i(?<_308>nimum(?<_309>Height|Width)|ddleAlignment)|a(?<_310>rgin|ximum(?<_311>Height|Width)))|B(?<_312>o(?<_313>ttomAlignment|rder)|aselineAlignment)|Height|TopAlignment|P(?<_314>ercentageValueType|adding)|Width|AbsoluteValueType)|StorageEdited(?<_315>Characters|Attributes)|CellType|ured(?<_316>RoundedBezelStyle|BackgroundWindowMask|SquareBezelStyle)|Table(?<_317>FixedLayoutAlgorithm|AutomaticLayoutAlgorithm)|Field(?<_318>RoundedBezel|SquareBezel|AndStepperDatePickerStyle)|WriteInapplicableDocumentTypeError|ListPrependEnclosingMarker))|woByteGlyphPacking|ab(?<_319>Character|TextMovement|le(?<_320>tP(?<_321>oint(?<_322>Mask|EventSubtype)?|roximity(?<_323>Mask|EventSubtype)?)|Column(?<_324>NoResizing|UserResizingMask|AutoresizingMask)|View(?<_325>ReverseSequentialColumnAutoresizingStyle|GridNone|S(?<_326>olid(?<_327>HorizontalGridLineMask|VerticalGridLineMask)|equentialColumnAutoresizingStyle)|NoColumnAutoresizing|UniformColumnAutoresizingStyle|FirstColumnOnlyAutoresizingStyle|LastColumnOnlyAutoresizingStyle)))|rackModeMatrix)|I(?<_328>n(?<_329>sert(?<_330>CharFunctionKey|FunctionKey|LineFunctionKey)|t(?<_331>Type|ernalS(?<_332>criptError|pecifierError))|dexSubelement|validIndexSpecifierError|formational(?<_333>Request|AlertStyle)|PredicateOperatorType)|talicFontMask|SO(?<_334>2022JPStringEncoding|Latin(?<_335>1StringEncoding|2StringEncoding))|dentityMappingCharacterCollection|llegalTextMovement|mage(?<_336>R(?<_337>ight|ep(?<_338>MatchesDevice|LoadStatus(?<_339>ReadingHeader|Completed|InvalidData|Un(?<_340>expectedEOF|knownType)|WillNeedAllData)))|Below|C(?<_341>ellType|ache(?<_342>BySize|Never|Default|Always))|Interpolation(?<_343>High|None|Default|Low)|O(?<_344>nly|verlaps)|Frame(?<_345>Gr(?<_346>oove|ayBezel)|Button|None|Photo)|L(?<_347>oadStatus(?<_348>ReadError|C(?<_349>ompleted|ancelled)|InvalidData|UnexpectedEOF)|eft)|A(?<_350>lign(?<_351>Right|Bottom(?<_352>Right|Left)?|Center|Top(?<_353>Right|Left)?|Left)|bove)))|O(?<_354>n(?<_355>State|eByteGlyphPacking|OffButton|lyScrollerArrows)|ther(?<_356>Mouse(?<_357>D(?<_358>own(?<_359>Mask)?|ragged(?<_360>Mask)?)|Up(?<_361>Mask)?)|TextMovement)|SF1OperatingSystem|pe(?<_362>n(?<_363>GL(?<_364>GO(?<_365>Re(?<_366>setLibrary|tainRenderers)|ClearFormatCache|FormatCacheSize)|PFA(?<_367>R(?<_368>obust|endererID)|M(?<_369>inimumPolicy|ulti(?<_370>sample|Screen)|PSafe|aximumPolicy)|BackingStore|S(?<_371>creenMask|te(?<_372>ncilSize|reo)|ingleRenderer|upersample|ample(?<_373>s|Buffers|Alpha))|NoRecovery|C(?<_374>o(?<_375>lor(?<_376>Size|Float)|mpliant)|losestPolicy)|OffScreen|D(?<_377>oubleBuffer|epthSize)|PixelBuffer|VirtualScreenCount|FullScreen|Window|A(?<_378>cc(?<_379>umSize|elerated)|ux(?<_380>Buffers|DepthStencil)|l(?<_381>phaSize|lRenderers))))|StepUnicodeReservedBase)|rationNotSupportedForKeyS(?<_382>criptError|pecifierError))|ffState|KButton|rPredicateType|bjC(?<_383>B(?<_384>itfield|oolType)|S(?<_385>hortType|tr(?<_386>ingType|uctType)|electorType)|NoType|CharType|ObjectType|DoubleType|UnionType|PointerType|VoidType|FloatType|Long(?<_387>Type|longType)|ArrayType))|D(?<_388>i(?<_389>s(?<_390>c(?<_391>losureBezelStyle|reteCapacityLevelIndicatorStyle)|playWindowRunLoopOrdering)|acriticInsensitivePredicateOption|rect(?<_392>Selection|PredicateModifier))|o(?<_393>c(?<_394>ModalWindowMask|ument(?<_395>Directory|ationDirectory))|ubleType|wn(?<_396>TextMovement|ArrowFunctionKey))|e(?<_397>s(?<_398>cendingPageOrder|ktopDirectory)|cimalTabStopType|v(?<_399>ice(?<_400>NColorSpaceModel|IndependentModifierFlagsMask)|eloper(?<_401>Directory|ApplicationDirectory))|fault(?<_402>ControlTint|TokenStyle)|lete(?<_403>Char(?<_404>acter|FunctionKey)|FunctionKey|LineFunctionKey)|moApplicationDirectory)|a(?<_405>yCalendarUnit|teFormatter(?<_406>MediumStyle|Behavior(?<_407>10|Default)|ShortStyle|NoStyle|FullStyle|LongStyle))|ra(?<_408>wer(?<_409>Clos(?<_410>ingState|edState)|Open(?<_411>ingState|State))|gOperation(?<_412>Generic|Move|None|Copy|Delete|Private|Every|Link|All)))|U(?<_413>ser(?<_414>CancelledError|D(?<_415>irectory|omainMask)|FunctionKey)|RL(?<_416>Handle(?<_417>NotLoaded|Load(?<_418>Succeeded|InProgress|Failed))|CredentialPersistence(?<_419>None|Permanent|ForSession))|n(?<_420>scaledWindowMask|cachedRead|i(?<_421>codeStringEncoding|talicFontMask|fiedTitleAndToolbarWindowMask)|d(?<_422>o(?<_423>CloseGroupingRunLoopOrdering|FunctionKey)|e(?<_424>finedDateComponent|rline(?<_425>Style(?<_426>Single|None|Thick|Double)|Pattern(?<_427>Solid|D(?<_428>ot|ash(?<_429>Dot(?<_430>Dot)?)?)))))|known(?<_431>ColorSpaceModel|P(?<_432>ointingDevice|ageOrder)|KeyS(?<_433>criptError|pecifierError))|boldFontMask)|tilityWindowMask|TF8StringEncoding|p(?<_434>dateWindowsRunLoopOrdering|TextMovement|ArrowFunctionKey))|J(?<_435>ustifiedTextAlignment|PEG(?<_436>2000FileType|FileType)|apaneseEUC(?<_437>GlyphPacking|StringEncoding))|P(?<_438>o(?<_439>s(?<_440>t(?<_441>Now|erFontMask|WhenIdle|ASAP)|iti(?<_442>on(?<_443>Replace|Be(?<_444>fore|ginning)|End|After)|ve(?<_445>IntType|DoubleType|FloatType)))|pUp(?<_446>NoArrow|ArrowAt(?<_447>Bottom|Center))|werOffEventType|rtraitOrientation)|NGFileType|ush(?<_448>InCell(?<_449>Mask)?|OnPushOffButton)|e(?<_450>n(?<_451>TipMask|UpperSideMask|PointingDevice|LowerSideMask)|riodic(?<_452>Mask)?)|P(?<_453>S(?<_454>caleField|tatus(?<_455>Title|Field)|aveButton)|N(?<_456>ote(?<_457>Title|Field)|ame(?<_458>Title|Field))|CopiesField|TitleField|ImageButton|OptionsButton|P(?<_459>a(?<_460>perFeedButton|ge(?<_461>Range(?<_462>To|From)|ChoiceMatrix))|reviewButton)|LayoutButton)|lainTextTokenStyle|a(?<_463>useFunctionKey|ragraphSeparatorCharacter|ge(?<_464>DownFunctionKey|UpFunctionKey))|r(?<_465>int(?<_466>ing(?<_467>ReplyLater|Success|Cancelled|Failure)|ScreenFunctionKey|erTable(?<_468>NotFound|OK|Error)|FunctionKey)|o(?<_469>p(?<_470>ertyList(?<_471>XMLFormat|MutableContainers(?<_472>AndLeaves)?|BinaryFormat|Immutable|OpenStepFormat)|rietaryStringEncoding)|gressIndicator(?<_473>BarStyle|SpinningStyle|Preferred(?<_474>SmallThickness|Thickness|LargeThickness|AquaThickness)))|e(?<_475>ssedTab|vFunctionKey))|L(?<_476>HeightForm|CancelButton|TitleField|ImageButton|O(?<_477>KButton|rientationMatrix)|UnitsButton|PaperNameButton|WidthForm))|E(?<_478>n(?<_479>terCharacter|d(?<_480>sWith(?<_481>Comparison|PredicateOperatorType)|FunctionKey))|v(?<_482>e(?<_483>nOddWindingRule|rySubelement)|aluatedObjectExpressionType)|qualTo(?<_484>Comparison|PredicateOperatorType)|ra(?<_485>serPointingDevice|CalendarUnit|DatePickerElementFlag)|x(?<_486>clude(?<_487>10|QuickDrawElementsIconCreationOption)|pandedFontMask|ecuteFunctionKey))|V(?<_488>i(?<_489>ew(?<_490>M(?<_491>in(?<_492>XMargin|YMargin)|ax(?<_493>XMargin|YMargin))|HeightSizable|NotSizable|WidthSizable)|aPanelFontAction)|erticalRuler|a(?<_494>lidationErrorM(?<_495>inimum|aximum)|riableExpressionType))|Key(?<_496>SpecifierEvaluationScriptError|Down(?<_497>Mask)?|Up(?<_498>Mask)?|PathExpressionType|Value(?<_499>MinusSetMutation|SetSetMutation|Change(?<_500>Re(?<_501>placement|moval)|Setting|Insertion)|IntersectSetMutation|ObservingOption(?<_502>New|Old)|UnionSetMutation|ValidationError))|QTMovie(?<_503>NormalPlayback|Looping(?<_504>BackAndForthPlayback|Playback))|F(?<_505>1(?<_506>1FunctionKey|7FunctionKey|2FunctionKey|8FunctionKey|3FunctionKey|9FunctionKey|4FunctionKey|5FunctionKey|FunctionKey|0FunctionKey|6FunctionKey)|7FunctionKey|i(?<_507>nd(?<_508>PanelAction(?<_509>Replace(?<_510>A(?<_511>ndFind|ll(?<_512>InSelection)?))?|S(?<_513>howFindPanel|e(?<_514>tFindString|lectAll(?<_515>InSelection)?))|Next|Previous)|FunctionKey)|tPagination|le(?<_516>Read(?<_517>No(?<_518>SuchFileError|PermissionError)|CorruptFileError|In(?<_519>validFileNameError|applicableStringEncodingError)|Un(?<_520>supportedSchemeError|knownError))|HandlingPanel(?<_521>CancelButton|OKButton)|NoSuchFileError|ErrorM(?<_522>inimum|aximum)|Write(?<_523>NoPermissionError|In(?<_524>validFileNameError|applicableStringEncodingError)|OutOfSpaceError|Un(?<_525>supportedSchemeError|knownError))|LockingError)|xedPitchFontMask)|2(?<_526>1FunctionKey|7FunctionKey|2FunctionKey|8FunctionKey|3FunctionKey|9FunctionKey|4FunctionKey|5FunctionKey|FunctionKey|0FunctionKey|6FunctionKey)|o(?<_527>nt(?<_528>Mo(?<_529>noSpaceTrait|dernSerifsClass)|BoldTrait|S(?<_530>ymbolicClass|criptsClass|labSerifsClass|ansSerifClass)|C(?<_531>o(?<_532>ndensedTrait|llectionApplicationOnlyMask)|larendonSerifsClass)|TransitionalSerifsClass|I(?<_533>ntegerAdvancementsRenderingMode|talicTrait)|O(?<_534>ldStyleSerifsClass|rnamentalsClass)|DefaultRenderingMode|U(?<_535>nknownClass|IOptimizedTrait)|Panel(?<_536>S(?<_537>hadowEffectModeMask|t(?<_538>andardModesMask|rikethroughEffectModeMask)|izeModeMask)|CollectionModeMask|TextColorEffectModeMask|DocumentColorEffectModeMask|UnderlineEffectModeMask|FaceModeMask|All(?<_539>ModesMask|EffectsModeMask))|ExpandedTrait|VerticalTrait|F(?<_540>amilyClassMask|reeformSerifsClass)|Antialiased(?<_541>RenderingMode|IntegerAdvancementsRenderingMode))|cusRing(?<_542>Below|Type(?<_543>None|Default|Exterior)|Only|Above)|urByteGlyphPacking|rm(?<_544>attingError(?<_545>M(?<_546>inimum|aximum))?|FeedCharacter))|8FunctionKey|unction(?<_547>ExpressionType|KeyMask)|3(?<_548>1FunctionKey|2FunctionKey|3FunctionKey|4FunctionKey|5FunctionKey|FunctionKey|0FunctionKey)|9FunctionKey|4FunctionKey|P(?<_549>RevertButton|S(?<_550>ize(?<_551>Title|Field)|etButton)|CurrentField|Preview(?<_552>Button|Field))|l(?<_553>oat(?<_554>ingPointSamplesBitmapFormat|Type)|agsChanged(?<_555>Mask)?)|axButton|5FunctionKey|6FunctionKey)|W(?<_556>heelModeColorPanel|indow(?<_557>s(?<_558>NTOperatingSystem|CP125(?<_559>1StringEncoding|2StringEncoding|3StringEncoding|4StringEncoding|0StringEncoding)|95(?<_560>InterfaceStyle|OperatingSystem))|M(?<_561>iniaturizeButton|ovedEventType)|Below|CloseButton|ToolbarButton|ZoomButton|Out|DocumentIconButton|ExposedEventType|Above)|orkspaceLaunch(?<_562>NewInstance|InhibitingBackgroundOnly|Default|PreferringClassic|WithoutA(?<_563>ctivation|ddingToRecents)|A(?<_564>sync|nd(?<_565>Hide(?<_566>Others)?|Print)|llowingClassicStartup))|eek(?<_567>day(?<_568>CalendarUnit|OrdinalCalendarUnit)|CalendarUnit)|a(?<_569>ntsBidiLevels|rningAlertStyle)|r(?<_570>itingDirection(?<_571>RightToLeft|Natural|LeftToRight)|apCalendarComponents))|L(?<_572>i(?<_573>stModeMatrix|ne(?<_574>Moves(?<_575>Right|Down|Up|Left)|B(?<_576>order|reakBy(?<_577>C(?<_578>harWrapping|lipping)|Truncating(?<_579>Middle|Head|Tail)|WordWrapping))|S(?<_580>eparatorCharacter|weep(?<_581>Right|Down|Up|Left))|ToBezierPathElement|DoesntMove|arSlider)|teralSearch|kePredicateOperatorType|ghterFontAction|braryDirectory)|ocalDomainMask|e(?<_582>ssThan(?<_583>Comparison|OrEqualTo(?<_584>Comparison|PredicateOperatorType)|PredicateOperatorType)|ft(?<_585>Mouse(?<_586>D(?<_587>own(?<_588>Mask)?|ragged(?<_589>Mask)?)|Up(?<_590>Mask)?)|T(?<_591>ext(?<_592>Movement|Alignment)|ab(?<_593>sBezelBorder|StopType))|ArrowFunctionKey))|a(?<_594>yout(?<_595>RightToLeft|NotDone|CantFit|OutOfGlyphs|Done|LeftToRight)|ndscapeOrientation)|ABColorSpaceModel)|A(?<_596>sc(?<_597>iiWithDoubleByteEUCGlyphPacking|endingPageOrder)|n(?<_598>y(?<_599>Type|PredicateModifier|EventMask)|choredSearch|imation(?<_600>Blocking|Nonblocking(?<_601>Threaded)?|E(?<_602>ffect(?<_603>DisappearingItemDefault|Poof)|ase(?<_604>In(?<_605>Out)?|Out))|Linear)|dPredicateType)|t(?<_606>Bottom|tachmentCharacter|omicWrite|Top)|SCIIStringEncoding|d(?<_607>obe(?<_608>GB1CharacterCollection|CCP1CharacterCollection|Japan(?<_609>1CharacterCollection|2CharacterCollection)|Korea1CharacterCollection)|dTraitFontAction|minApplicationDirectory)|uto(?<_610>saveOperation|Pagination)|pp(?<_611>lication(?<_612>SupportDirectory|D(?<_613>irectory|e(?<_614>fined(?<_615>Mask)?|legateReply(?<_616>Success|Cancel|Failure)|activatedEventType))|ActivatedEventType)|KitDefined(?<_617>Mask)?)|l(?<_618>ternateKeyMask|pha(?<_619>ShiftKeyMask|NonpremultipliedBitmapFormat|FirstBitmapFormat)|ert(?<_620>SecondButtonReturn|ThirdButtonReturn|OtherReturn|DefaultReturn|ErrorReturn|FirstButtonReturn|AlternateReturn)|l(?<_621>ScrollerParts|DomainsMask|PredicateModifier|LibrariesDirectory|ApplicationsDirectory))|rgument(?<_622>sWrongScriptError|EvaluationScriptError)|bove(?<_623>Bottom|Top)|WTEventType))\b/,
  96. name: "support.constant.cappuccino"},
  97. {include: "#bracketed_content"},
  98. {include: "source.js"}],
  99. repository:
  100. {bracketed_content:
  101. {begin: /\[/,
  102. captures: {0 => {name: "punctuation.section.scope.js.objj"}},
  103. end: "\\]",
  104. name: "meta.bracketed.js.objj",
  105. patterns:
  106. [{begin: /(?=\w)(?<=[\w\])"] )(?<_1>\w+(?:(?<_2>:)|(?=\])))/,
  107. beginCaptures:
  108. {1 => {name: "support.function.any-method.js.objj"},
  109. 2 => {name: "punctuation.separator.arguments.js.objj"}},
  110. end: "(?=\\])",
  111. name: "meta.function-call.js.objj",
  112. patterns:
  113. [{captures: {1 => {name: "punctuation.separator.arguments.js.objj"}},
  114. match: /\b\w+(?<_1>:)/,
  115. name: "support.function.any-method.name-of-parameter.js.objj"},
  116. {include: "#special_variables"},
  117. {include: "$base"}]},
  118. {include: "#special_variables"},
  119. {include: "$base"}]},
  120. comment:
  121. {patterns:
  122. [{begin: /\/\*/,
  123. captures: {0 => {name: "punctuation.definition.comment.js.objj"}},
  124. end: "\\*/",
  125. name: "comment.block.js.objj"},
  126. {begin: /\/\//,
  127. beginCaptures: {0 => {name: "punctuation.definition.comment.js.objj"}},
  128. end: "$\\n?",
  129. name: "comment.line.double-slash.js.objj",
  130. patterns:
  131. [{match: /(?>\\\s*\n)/,
  132. name: "punctuation.separator.continuation.js.objj"}]}]},
  133. method:
  134. {begin: /^(?<_1>-|\+)\s*/,
  135. end: "(?=\\{)|;",
  136. name: "meta.function.js.objj",
  137. patterns:
  138. [{begin: /(?<_1>\()/,
  139. captures:
  140. {1 => {name: "punctuation.definition.type.js.objj"},
  141. 2 => {name: "entity.name.function.js.objj"}},
  142. end: "(\\))\\s*(\\w+\\b)",
  143. name: "meta.return-type.js.objj",
  144. patterns:
  145. [{include: "#protocol_list"},
  146. {include: "#protocol_type_qualifier"},
  147. {include: "$base"}]},
  148. {match: /\b\w+(?=:)/,
  149. name: "entity.name.function.name-of-parameter.js.objj"},
  150. {begin: /(?<_1>(?<_2>:))\s*(?<_3>\()/,
  151. beginCaptures:
  152. {1 => {name: "entity.name.function.name-of-parameter.js.objj"},
  153. 2 => {name: "punctuation.separator.arguments.js.objj"},
  154. 3 => {name: "punctuation.definition.type.js.objj"}},
  155. end: "(\\))\\s*(\\w+\\b)?",
  156. endCaptures:
  157. {1 => {name: "punctuation.definition.type.js.objj"},
  158. 2 => {name: "variable.parameter.function.js.objj"}},
  159. name: "meta.argument-type.js.objj",
  160. patterns:
  161. [{include: "#protocol_list"},
  162. {include: "#protocol_type_qualifier"},
  163. {include: "$base"}]},
  164. {include: "#comment"}]},
  165. protocol_list:
  166. {begin: /(?<_1><)/,
  167. beginCaptures: {1 => {name: "punctuation.section.scope.begin.js.objj"}},
  168. end: "(>)",
  169. endCaptures: {1 => {name: "punctuation.section.scope.end.js.objj"}},
  170. name: "meta.protocol-list.js.objj",
  171. patterns:
  172. [{match:
  173. /\bCP(?<_1>GlyphStorage|M(?<_2>utableCopying|enuItem)|C(?<_3>hangeSpelling|o(?<_4>ding|pying|lorPicking(?<_5>Custom|Default)))|T(?<_6>oolbarItemValidations|ext(?<_7>Input|AttachmentCell))|I(?<_8>nputServ(?<_9>iceProvider|erMouseTracker)|gnoreMisspelledWords)|Obj(?<_10>CTypeSerializationCallBack|ect)|D(?<_11>ecimalNumberBehaviors|raggingInfo)|U(?<_12>serInterfaceValidations|RL(?<_13>HandleClient|DownloadDelegate|ProtocolClient|AuthenticationChallengeSender))|Validated(?<_14>ToobarItem|UserInterfaceItem)|Locking)\b/,
  174. name: "support.other.protocol.js.objj"}]},
  175. protocol_type_qualifier:
  176. {match: /\b(?<_1>in|out|inout|oneway|bycopy|byref)\b/,
  177. name: "storage.modifier.protocol.js.objj"},
  178. special_variables:
  179. {patterns:
  180. [{match: /\b_cmd\b/, name: "variable.other.selector.js.objj"},
  181. {match: /\b(?<_1>self|super)\b/, name: "variable.language.js.objj"}]}},
  182. scopeName: "source.js.objj",
  183. uuid: "58D4B98A-2110-423E-9C80-CC9E202816E7"}