ultraviolet 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. data/History.txt +7 -0
  2. data/Manifest.txt +184 -188
  3. data/Rakefile +2 -2
  4. data/bin/theme2latexrender +9 -30
  5. data/bin/theme2xhtmlrender +17 -23
  6. data/lib/uv.rb +2 -2
  7. data/lib/uv/{html_processor.rb → render_processor.rb} +39 -13
  8. data/lib/uv/utility.rb +67 -0
  9. data/render/latex/active4d.render +7 -7
  10. data/render/latex/all_hallows_eve.render +6 -6
  11. data/render/latex/amy.render +7 -7
  12. data/render/latex/blackboard.render +5 -5
  13. data/render/latex/brilliance_black.render +171 -221
  14. data/render/latex/brilliance_dull.render +105 -105
  15. data/render/latex/cobalt.render +12 -12
  16. data/render/latex/dawn.render +8 -8
  17. data/render/latex/eiffel.render +4 -4
  18. data/render/latex/espresso_libre.render +5 -5
  19. data/render/latex/idle.render +2 -2
  20. data/render/latex/iplastic.render +5 -5
  21. data/render/latex/lazy.render +2 -2
  22. data/render/latex/mac_classic.render +7 -7
  23. data/render/latex/magicwb_amiga.render +8 -8
  24. data/render/latex/pastels_on_dark.render +5 -5
  25. data/render/latex/slush_poppies.render +1 -1
  26. data/render/latex/spacecadet.render +3 -3
  27. data/render/latex/sunburst.render +14 -14
  28. data/render/latex/twilight.render +9 -9
  29. data/render/latex/zenburnesque.render +2 -2
  30. data/render/xhtml/amy.render +1 -1
  31. data/render/xhtml/brilliance_black.render +74 -124
  32. data/render/xhtml/brilliance_dull.render +6 -6
  33. data/render/xhtml/files/css/active4d.css +1 -1
  34. data/render/xhtml/files/css/all_hallows_eve.css +1 -1
  35. data/render/xhtml/files/css/amy.css +6 -3
  36. data/render/xhtml/files/css/blackboard.css +3 -3
  37. data/render/xhtml/files/css/brilliance_black.css +193 -220
  38. data/render/xhtml/files/css/brilliance_dull.css +110 -90
  39. data/render/xhtml/files/css/cobalt.css +3 -3
  40. data/render/xhtml/files/css/dawn.css +6 -6
  41. data/render/xhtml/files/css/eiffel.css +1 -1
  42. data/render/xhtml/files/css/espresso_libre.css +2 -2
  43. data/render/xhtml/files/css/iplastic.css +3 -3
  44. data/render/xhtml/files/css/mac_classic.css +3 -3
  45. data/render/xhtml/files/css/magicwb_amiga.css +6 -3
  46. data/render/xhtml/files/css/pastels_on_dark.css +2 -2
  47. data/render/xhtml/files/css/spacecadet.css +1 -1
  48. data/render/xhtml/files/css/sunburst.css +7 -7
  49. data/render/xhtml/files/css/twilight.css +5 -5
  50. data/render/xhtml/files/css/zenburnesque.css +5 -2
  51. data/render/xhtml/mac_classic.render +1 -1
  52. data/render/xhtml/magicwb_amiga.render +1 -1
  53. data/render/xhtml/zenburnesque.render +1 -1
  54. data/syntax/antlr.syntax +49 -26
  55. data/syntax/apache.syntax +17 -2
  56. data/syntax/c.syntax +2 -2
  57. data/syntax/cm.syntax +32 -0
  58. data/syntax/coldfusion.syntax +4 -3
  59. data/syntax/css.syntax +8 -3
  60. data/syntax/d.syntax +4 -0
  61. data/syntax/groovy.syntax +10 -8
  62. data/syntax/gtd.syntax +22 -0
  63. data/syntax/haml.syntax +2 -2
  64. data/syntax/html.syntax +4 -4
  65. data/syntax/ini.syntax +5 -4
  66. data/syntax/javascript.syntax +2 -1
  67. data/syntax/languagedefinition.syntax +50 -39
  68. data/syntax/macports_portfile.syntax +21 -1
  69. data/syntax/makefile.syntax +1 -0
  70. data/syntax/objective-c.syntax +37 -30
  71. data/syntax/pascal.syntax +1 -1
  72. data/syntax/perl.syntax +40 -0
  73. data/syntax/php.syntax +672 -379
  74. data/syntax/pmwiki.syntax +113 -0
  75. data/syntax/property_list.syntax +4 -14
  76. data/syntax/python.syntax +17 -14
  77. data/syntax/release_notes.syntax +12 -3
  78. data/syntax/ruby_experimental.syntax +8 -8
  79. data/syntax/standard_ml.syntax +79 -3
  80. data/syntax/twiki.syntax +2 -2
  81. data/syntax/txt2tags.syntax +18 -18
  82. data/syntax/xml.syntax +1 -0
  83. data/syntax/yaml.syntax +2 -2
  84. metadata +193 -194
  85. data/syntax/buggy/nemerle.yaml +0 -74
  86. data/syntax/gtd2_text.syntax +0 -31
  87. data/syntax/old/YAML.yaml +0 -160
  88. data/syntax/old/txt2tags.yaml +0 -139
@@ -63,7 +63,7 @@ repository:
63
63
  name: meta.preprocessor.c
64
64
  "2":
65
65
  name: keyword.control.import.c
66
- begin: ^\s*(#\s*(if(n?def)?)\b.*(?:(?=(?://|/\*))|$))
66
+ begin: ^\s*(#\s*(if(n?def)?)\b.*?(?:(?=(?://|/\*))|$))
67
67
  end: ^\s*(#\s*(endif)\b).*$
68
68
  patterns:
69
69
  - include: $base
@@ -277,7 +277,7 @@ patterns:
277
277
  \t\t\t\t )\n\
278
278
  \t\t\t\t)\n\
279
279
  \t\t\t\t(\n\
280
- \t\t\t\t\t[A-Za-z_][A-Za-z0-9_:]* # actual name\n\
280
+ \t\t\t\t\t([A-Za-z_][A-Za-z0-9_]|::)* # actual name\n\
281
281
  \t\t\t\t\t(?: (?<=operator) (?: [-*&<>=+!]+ | \\(\\) | \\[\\] ) )? # if it is a C++ operator\n\
282
282
  \t\t\t\t)\n\
283
283
  \t\t\t\t \\s*(\\() (?= # match \"(\"\n\
@@ -0,0 +1,32 @@
1
+ ---
2
+ name: CM
3
+ fileTypes:
4
+ - cm
5
+ scopeName: source.cm
6
+ uuid: AEF91285-0D21-4BB0-B702-F5D0CEDBA4B8
7
+ foldingStartMarker: \(\*
8
+ patterns:
9
+ - name: comment.block.cm
10
+ captures:
11
+ "0":
12
+ name: punctuation.definition.comment.cm
13
+ begin: \(\*
14
+ end: \*\)
15
+ - name: keyword.other.cm
16
+ match: \b(Library|is|Group|structure|signature|functor)\b
17
+ - name: meta.directive.cm
18
+ captures:
19
+ "1":
20
+ name: meta.preprocessor.cm
21
+ "2":
22
+ name: keyword.control.import.if.cm
23
+ begin: ^\s*(#(if).*)
24
+ end: ^\s*(#(endif))
25
+ - name: string.quoted.double.cm
26
+ begin: "\""
27
+ end: "\""
28
+ patterns:
29
+ - name: constant.character.escape.cm
30
+ match: \\.
31
+ foldingStopMarker: \*\)
32
+ comment: CM is the SML Compilation Manager, a sophisticated make that determines dependencies for you.
@@ -4,6 +4,7 @@ fileTypes:
4
4
  - cfm
5
5
  - cfml
6
6
  - cfc
7
+ bundleUUID: 1A09BE0B-E81A-4CB7-AF69-AFC845162D1F
7
8
  scopeName: text.html.cfm
8
9
  repository:
9
10
  tag-stuff:
@@ -82,8 +83,8 @@ patterns:
82
83
  end: </((?i:cfoutput))>(?:\s*\n)?
83
84
  patterns:
84
85
  - include: "#tag-stuff"
85
- - begin: ">"
86
- contentName: meta.scope.output.cfml
86
+ - name: meta.scope.output.cfml
87
+ begin: (?<=>)
87
88
  end: (?=</(?i:cfoutput))
88
89
  patterns:
89
90
  - include: $self
@@ -115,4 +116,4 @@ foldingStopMarker: |-
115
116
  (</(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl|cfloop|cfif|cfswitch|cfcomponent)>
116
117
  |^(?!.*?<!---).*?---\s*>
117
118
  )
118
- keyEquivalent: ^~C
119
+ keyEquivalent: ^~@c
@@ -41,7 +41,7 @@ uuid: 69AA0917-B7BB-11D9-A7E2-000D93C8BE28
41
41
  foldingStartMarker: /\*\*(?!\*)|\{\s*($|/\*(?!.*?\*/.*\S))
42
42
  patterns:
43
43
  - name: meta.selector.css
44
- begin: ^(?=\s*[.*#a-zA-Z])
44
+ begin: ^(?=\s*[:.*#a-zA-Z])
45
45
  end: (?=\{)
46
46
  patterns:
47
47
  - include: "#comment-block"
@@ -56,14 +56,19 @@ patterns:
56
56
  captures:
57
57
  "1":
58
58
  name: punctuation.definition.entity.css
59
- match: (#)[a-zA-Z][a-zA-Z0-9_.:-]*
59
+ match: (#)[a-zA-Z][a-zA-Z0-9_-]*
60
60
  - name: entity.name.tag.wildcard.css
61
61
  match: \*
62
+ - name: entity.other.attribute-name.pseudo-element.css
63
+ captures:
64
+ "1":
65
+ name: punctuation.definition.entity.css
66
+ match: (:+)\b(after|before|first-child|first-letter|first-line|selection)\b
62
67
  - name: entity.other.attribute-name.pseudo-class.css
63
68
  captures:
64
69
  "1":
65
70
  name: punctuation.definition.entity.css
66
- match: (:)\b(active|after|before|first-child|first-letter|first-line|hover|link|visited)\b
71
+ match: (:)\b(active|hover|link|visited|focus)\b
67
72
  - name: meta.attribute-selector.css
68
73
  captures:
69
74
  "6":
@@ -79,6 +79,10 @@ patterns:
79
79
  end: (})
80
80
  patterns:
81
81
  - include: source.mips
82
+ comment: |-
83
+ This rule is broken and never gets called anyhow since asm
84
+ is matched above this. If fixed the scopes here should be
85
+ redone as well. -msheets
82
86
  - name: comment.block.nested.d
83
87
  captures:
84
88
  "0":
@@ -31,27 +31,29 @@ repository:
31
31
  string-quoted-single:
32
32
  name: string.quoted.single.groovy
33
33
  begin: "'"
34
- swallow: \\.
35
34
  end: "'"
35
+ patterns:
36
+ - name: constant.character.escape.groovy
37
+ match: \\.
36
38
  support-type-groovy:
37
39
  name: support.type.groovy
38
40
  match: \b(groovy(x)?\.([a-z]\w+\.)+[A-Z]\w+)\b
39
41
  string-quoted-double:
40
42
  name: string.quoted.double.groovy
41
43
  begin: "\""
42
- swallow: \\.
43
44
  end: "\""
45
+ patterns:
46
+ - name: constant.character.escape.groovy
47
+ match: \\.
44
48
  support-type-built-ins-groovy:
45
49
  name: support.type.built-ins.groovy
46
50
  match: \b(AWTError|AWTEvent|AWTEventListener|AWTEventListenerProxy|AWTEventMulticaster|AWTException|AWTKeyStroke|AWTPermission|AbstractAction|AbstractBorder|AbstractButton|AbstractCellEditor|AbstractCollection|AbstractColorChooserPanel|AbstractDocument|AbstractExecutorService|AbstractInterruptibleChannel|AbstractLayoutCache|AbstractList|AbstractListModel|AbstractMap|AbstractMethodError|AbstractPreferences|AbstractQueue|AbstractQueuedSynchronizer|AbstractSelectableChannel|AbstractSelectionKey|AbstractSelector|AbstractSequentialList|AbstractSet|AbstractSpinnerModel|AbstractTableModel|AbstractUndoableEdit|AbstractWriter|AccessControlContext|AccessControlException|AccessController|AccessException|Accessible|AccessibleAction|AccessibleAttributeSequence|AccessibleBundle|AccessibleComponent|AccessibleContext|AccessibleEditableText|AccessibleExtendedComponent|AccessibleExtendedTable|AccessibleExtendedText|AccessibleHyperlink|AccessibleHypertext|AccessibleIcon|AccessibleKeyBinding|AccessibleObject|AccessibleRelation|AccessibleRelationSet|AccessibleResourceBundle|AccessibleRole|AccessibleSelection|AccessibleState|AccessibleStateSet|AccessibleStreamable|AccessibleTable|AccessibleTableModelChange|AccessibleText|AccessibleTextSequence|AccessibleValue|AccountException|AccountExpiredException|AccountLockedException|AccountNotFoundException|Acl|AclEntry|AclNotFoundException|Action|ActionEvent|ActionListener|ActionMap|ActionMapUIResource|Activatable|ActivateFailedException|ActivationDesc|ActivationException|ActivationGroup|ActivationGroupDesc|ActivationGroupID|ActivationGroup_Stub|ActivationID|ActivationInstantiator|ActivationMonitor|ActivationSystem|Activator|ActiveEvent|ActivityCompletedException|ActivityRequiredException|Adjustable|AdjustmentEvent|AdjustmentListener|Adler32|AffineTransform|AffineTransformOp|AlgorithmParameterGenerator|AlgorithmParameterGeneratorSpi|AlgorithmParameterSpec|AlgorithmParameters|AlgorithmParametersSpi|AllPermission|AlphaComposite|AlreadyBoundException|AlreadyConnectedException|AncestorEvent|AncestorListener|AnnotatedElement|Annotation|AnnotationFormatError|AnnotationTypeMismatchException|AppConfigurationEntry|Appendable|Applet|AppletContext|AppletInitializer|AppletStub|Arc2D|Area|AreaAveragingScaleFilter|ArithmeticException|Array|ArrayBlockingQueue|ArrayIndexOutOfBoundsException|ArrayList|ArrayStoreException|ArrayType|Arrays|AssertionError|AsyncBoxView|AsynchronousCloseException|AtomicBoolean|AtomicInteger|AtomicIntegerArray|AtomicIntegerFieldUpdater|AtomicLong|AtomicLongArray|AtomicLongFieldUpdater|AtomicMarkableReference|AtomicReference|AtomicReferenceArray|AtomicReferenceFieldUpdater|AtomicStampedReference|Attribute|AttributeChangeNotification|AttributeChangeNotificationFilter|AttributeException|AttributeInUseException|AttributeList|AttributeModificationException|AttributeNotFoundException|AttributeSet|AttributeSetUtilities|AttributeValueExp|AttributedCharacterIterator|AttributedString|Attributes|AudioClip|AudioFileFormat|AudioFileReader|AudioFileWriter|AudioFormat|AudioInputStream|AudioPermission|AudioSystem|AuthPermission|AuthProvider|AuthenticationException|AuthenticationNotSupportedException|Authenticator|AuthorizeCallback|Autoscroll|BMPImageWriteParam|BackingStoreException|BadAttributeValueExpException|BadBinaryOpValueExpException|BadLocationException|BadPaddingException|BadStringOperationException|BandCombineOp|BandedSampleModel|BaseRowSet|BasicArrowButton|BasicAttribute|BasicAttributes|BasicBorders|BasicButtonListener|BasicButtonUI|BasicCheckBoxMenuItemUI|BasicCheckBoxUI|BasicColorChooserUI|BasicComboBoxEditor|BasicComboBoxRenderer|BasicComboBoxUI|BasicComboPopup|BasicControl|BasicDesktopIconUI|BasicDesktopPaneUI|BasicDirectoryModel|BasicEditorPaneUI|BasicFileChooserUI|BasicFormattedTextFieldUI|BasicGraphicsUtils|BasicHTML|BasicIconFactory|BasicInternalFrameTitlePane|BasicInternalFrameUI|BasicLabelUI|BasicListUI|BasicLookAndFeel|BasicMenuBarUI|BasicMenuItemUI|BasicMenuUI|BasicOptionPaneUI|BasicPanelUI|BasicPasswordFieldUI|BasicPermission|BasicPopupMenuSeparatorUI|BasicPopupMenuUI|BasicProgressBarUI|BasicRadioButtonMenuItemUI|BasicRadioButtonUI|BasicRootPaneUI|BasicScrollBarUI|BasicScrollPaneUI|BasicSeparatorUI|BasicSliderUI|BasicSpinnerUI|BasicSplitPaneDivider|BasicSplitPaneUI|BasicStroke|BasicTabbedPaneUI|BasicTableHeaderUI|BasicTableUI|BasicTextAreaUI|BasicTextFieldUI|BasicTextPaneUI|BasicTextUI|BasicToggleButtonUI|BasicToolBarSeparatorUI|BasicToolBarUI|BasicToolTipUI|BasicTreeUI|BasicViewportUI|BatchUpdateException|BeanContext|BeanContextChild|BeanContextChildComponentProxy|BeanContextChildSupport|BeanContextContainerProxy|BeanContextEvent|BeanContextMembershipEvent|BeanContextMembershipListener|BeanContextProxy|BeanContextServiceAvailableEvent|BeanContextServiceProvider|BeanContextServiceProviderBeanInfo|BeanContextServiceRevokedEvent|BeanContextServiceRevokedListener|BeanContextServices|BeanContextServicesListener|BeanContextServicesSupport|BeanContextSupport|BeanDescriptor|BeanInfo|Beans|BevelBorder|Bidi|BigDecimal|BigInteger|BinaryRefAddr|BindException|Binding|BitSet|Blob|BlockView|BlockingQueue|Book|Boolean|BooleanControl|Border|BorderFactory|BorderLayout|BorderUIResource|BoundedRangeModel|Box|BoxLayout|BoxView|BreakIterator|BrokenBarrierException|Buffer|BufferCapabilities|BufferOverflowException|BufferStrategy|BufferUnderflowException|BufferedImage|BufferedImageFilter|BufferedImageOp|BufferedInputStream|BufferedOutputStream|BufferedReader|BufferedWriter|Button|ButtonGroup|ButtonModel|ButtonUI|Byte|ByteArrayInputStream|ByteArrayOutputStream|ByteBuffer|ByteChannel|ByteLookupTable|ByteOrder|CMMException|CRC32|CRL|CRLException|CRLSelector|CSS|CacheRequest|CacheResponse|CachedRowSet|Calendar|Callable|CallableStatement|Callback|CallbackHandler|CancelablePrintJob|CancellationException|CancelledKeyException|CannotProceedException|CannotRedoException|CannotUndoException|Canvas|CardLayout|Caret|CaretEvent|CaretListener|CellEditor|CellEditorListener|CellRendererPane|CertPath|CertPathBuilder|CertPathBuilderException|CertPathBuilderResult|CertPathBuilderSpi|CertPathParameters|CertPathTrustManagerParameters|CertPathValidator|CertPathValidatorException|CertPathValidatorResult|CertPathValidatorSpi|CertSelector|CertStore|CertStoreException|CertStoreParameters|CertStoreSpi|Certificate|CertificateEncodingException|CertificateException|CertificateExpiredException|CertificateFactory|CertificateFactorySpi|CertificateNotYetValidException|CertificateParsingException|ChangeEvent|ChangeListener|ChangedCharSetException|Channel|Channels|CharArrayReader|CharArrayWriter|CharBuffer|CharConversionException|CharSequence|Character|CharacterCodingException|CharacterIterator|Charset|CharsetDecoder|CharsetEncoder|CharsetProvider|Checkbox|CheckboxGroup|CheckboxMenuItem|CheckedInputStream|CheckedOutputStream|Checksum|Choice|ChoiceCallback|ChoiceFormat|Chromaticity|Cipher|CipherInputStream|CipherOutputStream|CipherSpi|Class|ClassCastException|ClassCircularityError|ClassDefinition|ClassDesc|ClassFileTransformer|ClassFormatError|ClassLoader|ClassLoaderRepository|ClassLoadingMXBean|ClassNotFoundException|Clip|Clipboard|ClipboardOwner|Clob|CloneNotSupportedException|Cloneable|Closeable|ClosedByInterruptException|ClosedChannelException|ClosedSelectorException|CodeSigner|CodeSource|CoderMalfunctionError|CoderResult|CodingErrorAction|CollationElementIterator|CollationKey|Collator|Collection|CollectionCertStoreParameters|Collections|Color|ColorChooserComponentFactory|ColorChooserUI|ColorConvertOp|ColorModel|ColorSelectionModel|ColorSpace|ColorSupported|ColorType|ColorUIResource|ComboBoxEditor|ComboBoxModel|ComboBoxUI|ComboPopup|CommunicationException|Comparable|Comparator|CompilationMXBean|Compiler|CompletionService|Component|ComponentAdapter|ComponentColorModel|ComponentEvent|ComponentInputMap|ComponentInputMapUIResource|ComponentListener|ComponentOrientation|ComponentSampleModel|ComponentUI|ComponentView|Composite|CompositeContext|CompositeData|CompositeDataSupport|CompositeName|CompositeType|CompositeView|CompoundBorder|CompoundControl|CompoundEdit|CompoundName|Compression|ConcurrentHashMap|ConcurrentLinkedQueue|ConcurrentMap|ConcurrentModificationException|Condition|Configuration|ConfigurationException|ConfirmationCallback|ConnectException|ConnectIOException|Connection|ConnectionEvent|ConnectionEventListener|ConnectionPendingException|ConnectionPoolDataSource|ConsoleHandler|Constructor|Container|ContainerAdapter|ContainerEvent|ContainerListener|ContainerOrderFocusTraversalPolicy|ContentHandler|ContentHandlerFactory|ContentModel|Context|ContextNotEmptyException|ContextualRenderedImageFactory|Control|ControlFactory|ControllerEventListener|ConvolveOp|CookieHandler|Copies|CopiesSupported|CopyOnWriteArrayList|CopyOnWriteArraySet|CountDownLatch|CounterMonitor|CounterMonitorMBean|CredentialException|CredentialExpiredException|CredentialNotFoundException|CropImageFilter|CubicCurve2D|Currency|Cursor|Customizer|CyclicBarrier|DESKeySpec|DESedeKeySpec|DGC|DHGenParameterSpec|DHKey|DHParameterSpec|DHPrivateKey|DHPrivateKeySpec|DHPublicKey|DHPublicKeySpec|DOMLocator|DOMResult|DOMSource|DSAKey|DSAKeyPairGenerator|DSAParameterSpec|DSAParams|DSAPrivateKey|DSAPrivateKeySpec|DSAPublicKey|DSAPublicKeySpec|DTD|DTDConstants|DataBuffer|DataBufferByte|DataBufferDouble|DataBufferFloat|DataBufferInt|DataBufferShort|DataBufferUShort|DataFlavor|DataFormatException|DataInput|DataInputStream|DataLine|DataOutput|DataOutputStream|DataSource|DataTruncation|DatabaseMetaData|DatagramChannel|DatagramPacket|DatagramSocket|DatagramSocketImpl|DatagramSocketImplFactory|DatatypeConfigurationException|DatatypeConstants|DatatypeFactory|Date|DateFormat|DateFormatSymbols|DateFormatter|DateTimeAtCompleted|DateTimeAtCreation|DateTimeAtProcessing|DateTimeSyntax|DebugGraphics|DecimalFormat|DecimalFormatSymbols|DefaultBoundedRangeModel|DefaultButtonModel|DefaultCaret|DefaultCellEditor|DefaultColorSelectionModel|DefaultComboBoxModel|DefaultDesktopManager|DefaultEditorKit|DefaultFocusManager|DefaultFocusTraversalPolicy|DefaultFormatter|DefaultFormatterFactory|DefaultHighlighter|DefaultKeyboardFocusManager|DefaultListCellRenderer|DefaultListModel|DefaultListSelectionModel|DefaultLoaderRepository|DefaultMenuLayout|DefaultMetalTheme|DefaultMutableTreeNode|DefaultPersistenceDelegate|DefaultSingleSelectionModel|DefaultStyledDocument|DefaultTableCellRenderer|DefaultTableColumnModel|DefaultTableModel|DefaultTextUI|DefaultTreeCellEditor|DefaultTreeCellRenderer|DefaultTreeModel|DefaultTreeSelectionModel|Deflater|DeflaterOutputStream|DelayQueue|Delayed|DelegationPermission|Deprecated|Descriptor|DescriptorAccess|DescriptorSupport|DesignMode|DesktopIconUI|DesktopManager|DesktopPaneUI|Destination|DestroyFailedException|Destroyable|Dialog|Dictionary|DigestException|DigestInputStream|DigestOutputStream|Dimension|Dimension2D|DimensionUIResource|DirContext|DirObjectFactory|DirStateFactory|DirectColorModel|DirectoryManager|DisplayMode|DnDConstants|Doc|DocAttribute|DocAttributeSet|DocFlavor|DocPrintJob|Document|DocumentBuilder|DocumentBuilderFactory|DocumentEvent|DocumentFilter|DocumentListener|DocumentName|DocumentParser|Documented|DomainCombiner|Double|DoubleBuffer|DragGestureEvent|DragGestureListener|DragGestureRecognizer|DragSource|DragSourceAdapter|DragSourceContext|DragSourceDragEvent|DragSourceDropEvent|DragSourceEvent|DragSourceListener|DragSourceMotionListener|Driver|DriverManager|DriverPropertyInfo|DropTarget|DropTargetAdapter|DropTargetContext|DropTargetDragEvent|DropTargetDropEvent|DropTargetEvent|DropTargetListener|DuplicateFormatFlagsException|Duration|DynamicMBean|ECField|ECFieldF2m|ECFieldFp|ECGenParameterSpec|ECKey|ECParameterSpec|ECPoint|ECPrivateKey|ECPrivateKeySpec|ECPublicKey|ECPublicKeySpec|EOFException|EditorKit|Element|ElementIterator|ElementType|Ellipse2D|EllipticCurve|EmptyBorder|EmptyStackException|EncodedKeySpec|Encoder|EncryptedPrivateKeyInfo|Entity|Enum|EnumConstantNotPresentException|EnumControl|EnumMap|EnumSet|EnumSyntax|Enumeration|Error|ErrorListener|ErrorManager|EtchedBorder|Event|EventContext|EventDirContext|EventHandler|EventListener|EventListenerList|EventListenerProxy|EventObject|EventQueue|EventSetDescriptor|Exception|ExceptionInInitializerError|ExceptionListener|Exchanger|ExecutionException|Executor|ExecutorCompletionService|ExecutorService|Executors|ExemptionMechanism|ExemptionMechanismException|ExemptionMechanismSpi|ExpandVetoException|ExportException|Expression|ExtendedRequest|ExtendedResponse|Externalizable|FactoryConfigurationError|FailedLoginException|FeatureDescriptor|Fidelity|Field|FieldPosition|FieldView|File|FileCacheImageInputStream|FileCacheImageOutputStream|FileChannel|FileChooserUI|FileDescriptor|FileDialog|FileFilter|FileHandler|FileImageInputStream|FileImageOutputStream|FileInputStream|FileLock|FileLockInterruptionException|FileNameMap|FileNotFoundException|FileOutputStream|FilePermission|FileReader|FileSystemView|FileView|FileWriter|FilenameFilter|Filter|FilterInputStream|FilterOutputStream|FilterReader|FilterWriter|FilteredImageSource|FilteredRowSet|Finishings|FixedHeightLayoutCache|FlatteningPathIterator|FlavorEvent|FlavorException|FlavorListener|FlavorMap|FlavorTable|Float|FloatBuffer|FloatControl|FlowLayout|FlowView|Flushable|FocusAdapter|FocusEvent|FocusListener|FocusManager|FocusTraversalPolicy|Font|FontFormatException|FontMetrics|FontRenderContext|FontUIResource|FormSubmitEvent|FormView|Format|FormatConversionProvider|FormatFlagsConversionMismatchException|Formattable|FormattableFlags|Formatter|FormatterClosedException|Frame|Future|FutureTask|GZIPInputStream|GZIPOutputStream|GapContent|GarbageCollectorMXBean|GatheringByteChannel|GaugeMonitor|GaugeMonitorMBean|GeneralPath|GeneralSecurityException|GenericArrayType|GenericDeclaration|GenericSignatureFormatError|GlyphJustificationInfo|GlyphMetrics|GlyphVector|GlyphView|GradientPaint|GraphicAttribute|Graphics|Graphics2D|GraphicsConfigTemplate|GraphicsConfiguration|GraphicsDevice|GraphicsEnvironment|GrayFilter|GregorianCalendar|GridBagConstraints|GridBagLayout|GridLayout|Group|Guard|GuardedObject|HTML|HTMLDocument|HTMLEditorKit|HTMLFrameHyperlinkEvent|HTMLWriter|Handler|HandshakeCompletedEvent|HandshakeCompletedListener|HasControls|HashAttributeSet|HashDocAttributeSet|HashMap|HashPrintJobAttributeSet|HashPrintRequestAttributeSet|HashPrintServiceAttributeSet|HashSet|Hashtable|HeadlessException|HierarchyBoundsAdapter|HierarchyBoundsListener|HierarchyEvent|HierarchyListener|Highlighter|HostnameVerifier|HttpRetryException|HttpURLConnection|HttpsURLConnection|HyperlinkEvent|HyperlinkListener|ICC_ColorSpace|ICC_Profile|ICC_ProfileGray|ICC_ProfileRGB|IIOByteBuffer|IIOException|IIOImage|IIOInvalidTreeException|IIOMetadata|IIOMetadataController|IIOMetadataFormat|IIOMetadataFormatImpl|IIOMetadataNode|IIOParam|IIOParamController|IIOReadProgressListener|IIOReadUpdateListener|IIOReadWarningListener|IIORegistry|IIOServiceProvider|IIOWriteProgressListener|IIOWriteWarningListener|IOException|Icon|IconUIResource|IconView|Identity|IdentityHashMap|IdentityScope|IllegalAccessError|IllegalAccessException|IllegalArgumentException|IllegalBlockSizeException|IllegalBlockingModeException|IllegalCharsetNameException|IllegalClassFormatException|IllegalComponentStateException|IllegalFormatCodePointException|IllegalFormatConversionException|IllegalFormatException|IllegalFormatFlagsException|IllegalFormatPrecisionException|IllegalFormatWidthException|IllegalMonitorStateException|IllegalPathStateException|IllegalSelectorException|IllegalStateException|IllegalThreadStateException|Image|ImageCapabilities|ImageConsumer|ImageFilter|ImageGraphicAttribute|ImageIO|ImageIcon|ImageInputStream|ImageInputStreamImpl|ImageInputStreamSpi|ImageObserver|ImageOutputStream|ImageOutputStreamImpl|ImageOutputStreamSpi|ImageProducer|ImageReadParam|ImageReader|ImageReaderSpi|ImageReaderWriterSpi|ImageTranscoder|ImageTranscoderSpi|ImageTypeSpecifier|ImageView|ImageWriteParam|ImageWriter|ImageWriterSpi|ImagingOpException|IncompatibleClassChangeError|IncompleteAnnotationException|IndexColorModel|IndexOutOfBoundsException|IndexedPropertyChangeEvent|IndexedPropertyDescriptor|Inet4Address|Inet6Address|InetAddress|InetSocketAddress|Inflater|InflaterInputStream|InheritableThreadLocal|Inherited|InitialContext|InitialContextFactory|InitialContextFactoryBuilder|InitialDirContext|InitialLdapContext|InlineView|InputContext|InputEvent|InputMap|InputMapUIResource|InputMethod|InputMethodContext|InputMethodDescriptor|InputMethodEvent|InputMethodHighlight|InputMethodListener|InputMethodRequests|InputMismatchException|InputStream|InputStreamReader|InputSubset|InputVerifier|Insets|InsetsUIResource|InstanceAlreadyExistsException|InstanceNotFoundException|InstantiationError|InstantiationException|Instrument|Instrumentation|InsufficientResourcesException|IntBuffer|Integer|IntegerSyntax|InternalError|InternalFrameAdapter|InternalFrameEvent|InternalFrameFocusTraversalPolicy|InternalFrameListener|InternalFrameUI|InternationalFormatter|InterruptedException|InterruptedIOException|InterruptedNamingException|InterruptibleChannel|IntrospectionException|Introspector|InvalidActivityException|InvalidAlgorithmParameterException|InvalidApplicationException|InvalidAttributeIdentifierException|InvalidAttributeValueException|InvalidAttributesException|InvalidClassException|InvalidDnDOperationException|InvalidKeyException|InvalidKeySpecException|InvalidMarkException|InvalidMidiDataException|InvalidNameException|InvalidObjectException|InvalidOpenTypeException|InvalidParameterException|InvalidParameterSpecException|InvalidPreferencesFormatException|InvalidPropertiesFormatException|InvalidRelationIdException|InvalidRelationServiceException|InvalidRelationTypeException|InvalidRoleInfoException|InvalidRoleValueException|InvalidSearchControlsException|InvalidSearchFilterException|InvalidTargetObjectTypeException|InvalidTransactionException|InvocationEvent|InvocationHandler|InvocationTargetException|ItemEvent|ItemListener|ItemSelectable|Iterable|Iterator|IvParameterSpec|JApplet|JButton|JCheckBox|JCheckBoxMenuItem|JColorChooser|JComboBox|JComponent|JDesktopPane|JDialog|JEditorPane|JFileChooser|JFormattedTextField|JFrame|JInternalFrame|JLabel|JLayeredPane|JList|JMException|JMRuntimeException|JMXAuthenticator|JMXConnectionNotification|JMXConnector|JMXConnectorFactory|JMXConnectorProvider|JMXConnectorServer|JMXConnectorServerFactory|JMXConnectorServerMBean|JMXConnectorServerProvider|JMXPrincipal|JMXProviderException|JMXServerErrorException|JMXServiceURL|JMenu|JMenuBar|JMenuItem|JOptionPane|JPEGHuffmanTable|JPEGImageReadParam|JPEGImageWriteParam|JPEGQTable|JPanel|JPasswordField|JPopupMenu|JProgressBar|JRadioButton|JRadioButtonMenuItem|JRootPane|JScrollBar|JScrollPane|JSeparator|JSlider|JSpinner|JSplitPane|JTabbedPane|JTable|JTableHeader|JTextArea|JTextComponent|JTextField|JTextPane|JToggleButton|JToolBar|JToolTip|JTree|JViewport|JWindow|JarEntry|JarException|JarFile|JarInputStream|JarOutputStream|JarURLConnection|JdbcRowSet|JobAttributes|JobHoldUntil|JobImpressions|JobImpressionsCompleted|JobImpressionsSupported|JobKOctets|JobKOctetsProcessed|JobKOctetsSupported|JobMediaSheets|JobMediaSheetsCompleted|JobMediaSheetsSupported|JobMessageFromOperator|JobName|JobOriginatingUserName|JobPriority|JobPrioritySupported|JobSheets|JobState|JobStateReason|JobStateReasons|JoinRowSet|Joinable|KerberosKey|KerberosPrincipal|KerberosTicket|Kernel|Key|KeyAdapter|KeyAgreement|KeyAgreementSpi|KeyAlreadyExistsException|KeyEvent|KeyEventDispatcher|KeyEventPostProcessor|KeyException|KeyFactory|KeyFactorySpi|KeyGenerator|KeyGeneratorSpi|KeyListener|KeyManagementException|KeyManager|KeyManagerFactory|KeyManagerFactorySpi|KeyPair|KeyPairGenerator|KeyPairGeneratorSpi|KeyRep|KeySpec|KeyStore|KeyStoreBuilderParameters|KeyStoreException|KeyStoreSpi|KeyStroke|KeyboardFocusManager|Keymap|LDAPCertStoreParameters|Label|LabelUI|LabelView|LanguageCallback|LastOwnerException|LayeredHighlighter|LayoutFocusTraversalPolicy|LayoutManager|LayoutManager2|LayoutQueue|LdapContext|LdapName|LdapReferralException|Lease|Level|LimitExceededException|Line|Line2D|LineBorder|LineBreakMeasurer|LineEvent|LineListener|LineMetrics|LineNumberInputStream|LineNumberReader|LineUnavailableException|LinkException|LinkLoopException|LinkRef|LinkageError|LinkedBlockingQueue|LinkedHashMap|LinkedHashSet|LinkedList|List|ListCellRenderer|ListDataEvent|ListDataListener|ListIterator|ListModel|ListResourceBundle|ListSelectionEvent|ListSelectionListener|ListSelectionModel|ListUI|ListView|ListenerNotFoundException|LoaderHandler|Locale|LocateRegistry|Lock|LockSupport|LogManager|LogRecord|LogStream|Logger|LoggingMXBean|LoggingPermission|LoginContext|LoginException|LoginModule|Long|LongBuffer|LookAndFeel|LookupOp|LookupTable|MBeanAttributeInfo|MBeanConstructorInfo|MBeanException|MBeanFeatureInfo|MBeanInfo|MBeanNotificationInfo|MBeanOperationInfo|MBeanParameterInfo|MBeanPermission|MBeanRegistration|MBeanRegistrationException|MBeanServer|MBeanServerBuilder|MBeanServerConnection|MBeanServerDelegate|MBeanServerDelegateMBean|MBeanServerFactory|MBeanServerForwarder|MBeanServerInvocationHandler|MBeanServerNotification|MBeanServerNotificationFilter|MBeanServerPermission|MBeanTrustPermission|MGF1ParameterSpec|MLet|MLetMBean|Mac|MacSpi|MalformedInputException|MalformedLinkException|MalformedObjectNameException|MalformedParameterizedTypeException|MalformedURLException|ManageReferralControl|ManagementFactory|ManagementPermission|ManagerFactoryParameters|Manifest|Map|MappedByteBuffer|MarshalException|MarshalledObject|MaskFormatter|MatchResult|Matcher|Math|MathContext|MatteBorder|Media|MediaName|MediaPrintableArea|MediaSize|MediaSizeName|MediaTracker|MediaTray|Member|MemoryCacheImageInputStream|MemoryCacheImageOutputStream|MemoryHandler|MemoryImageSource|MemoryMXBean|MemoryManagerMXBean|MemoryNotificationInfo|MemoryPoolMXBean|MemoryType|MemoryUsage|Menu|MenuBar|MenuBarUI|MenuComponent|MenuContainer|MenuDragMouseEvent|MenuDragMouseListener|MenuElement|MenuEvent|MenuItem|MenuItemUI|MenuKeyEvent|MenuKeyListener|MenuListener|MenuSelectionManager|MenuShortcut|MessageDigest|MessageDigestSpi|MessageFormat|MetaEventListener|MetaMessage|MetalBorders|MetalButtonUI|MetalCheckBoxIcon|MetalCheckBoxUI|MetalComboBoxButton|MetalComboBoxEditor|MetalComboBoxIcon|MetalComboBoxUI|MetalDesktopIconUI|MetalFileChooserUI|MetalIconFactory|MetalInternalFrameTitlePane|MetalInternalFrameUI|MetalLabelUI|MetalLookAndFeel|MetalMenuBarUI|MetalPopupMenuSeparatorUI|MetalProgressBarUI|MetalRadioButtonUI|MetalRootPaneUI|MetalScrollBarUI|MetalScrollButton|MetalScrollPaneUI|MetalSeparatorUI|MetalSliderUI|MetalSplitPaneUI|MetalTabbedPaneUI|MetalTextFieldUI|MetalTheme|MetalToggleButtonUI|MetalToolBarUI|MetalToolTipUI|MetalTreeUI|Method|MethodDescriptor|MidiChannel|MidiDevice|MidiDeviceProvider|MidiEvent|MidiFileFormat|MidiFileReader|MidiFileWriter|MidiMessage|MidiSystem|MidiUnavailableException|MimeTypeParseException|MinimalHTMLWriter|MissingFormatArgumentException|MissingFormatWidthException|MissingResourceException|Mixer|MixerProvider|ModelMBean|ModelMBeanAttributeInfo|ModelMBeanConstructorInfo|ModelMBeanInfo|ModelMBeanInfoSupport|ModelMBeanNotificationBroadcaster|ModelMBeanNotificationInfo|ModelMBeanOperationInfo|ModificationItem|Modifier|Monitor|MonitorMBean|MonitorNotification|MonitorSettingException|MouseAdapter|MouseDragGestureRecognizer|MouseEvent|MouseInfo|MouseInputAdapter|MouseInputListener|MouseListener|MouseMotionAdapter|MouseMotionListener|MouseWheelEvent|MouseWheelListener|MultiButtonUI|MultiColorChooserUI|MultiComboBoxUI|MultiDesktopIconUI|MultiDesktopPaneUI|MultiDoc|MultiDocPrintJob|MultiDocPrintService|MultiFileChooserUI|MultiInternalFrameUI|MultiLabelUI|MultiListUI|MultiLookAndFeel|MultiMenuBarUI|MultiMenuItemUI|MultiOptionPaneUI|MultiPanelUI|MultiPixelPackedSampleModel|MultiPopupMenuUI|MultiProgressBarUI|MultiRootPaneUI|MultiScrollBarUI|MultiScrollPaneUI|MultiSeparatorUI|MultiSliderUI|MultiSpinnerUI|MultiSplitPaneUI|MultiTabbedPaneUI|MultiTableHeaderUI|MultiTableUI|MultiTextUI|MultiToolBarUI|MultiToolTipUI|MultiTreeUI|MultiViewportUI|MulticastSocket|MultipleDocumentHandling|MultipleMaster|MutableAttributeSet|MutableComboBoxModel|MutableTreeNode|Name|NameAlreadyBoundException|NameCallback|NameClassPair|NameNotFoundException|NameParser|NamespaceChangeListener|NamespaceContext|Naming|NamingEnumeration|NamingEvent|NamingException|NamingExceptionEvent|NamingListener|NamingManager|NamingSecurityException|NavigationFilter|NegativeArraySizeException|NetPermission|NetworkInterface|NoClassDefFoundError|NoConnectionPendingException|NoInitialContextException|NoPermissionException|NoRouteToHostException|NoSuchAlgorithmException|NoSuchAttributeException|NoSuchElementException|NoSuchFieldError|NoSuchFieldException|NoSuchMethodError|NoSuchMethodException|NoSuchObjectException|NoSuchPaddingException|NoSuchProviderException|NodeChangeEvent|NodeChangeListener|NonReadableChannelException|NonWritableChannelException|NoninvertibleTransformException|NotActiveException|NotBoundException|NotCompliantMBeanException|NotContextException|NotOwnerException|NotSerializableException|NotYetBoundException|NotYetConnectedException|Notification|NotificationBroadcaster|NotificationBroadcasterSupport|NotificationEmitter|NotificationFilter|NotificationFilterSupport|NotificationListener|NotificationResult|NullCipher|NullPointerException|Number|NumberFormat|NumberFormatException|NumberFormatter|NumberOfDocuments|NumberOfInterveningJobs|NumberUp|NumberUpSupported|NumericShaper|OAEPParameterSpec|ObjID|Object|ObjectChangeListener|ObjectFactory|ObjectFactoryBuilder|ObjectInput|ObjectInputStream|ObjectInputValidation|ObjectInstance|ObjectName|ObjectOutput|ObjectOutputStream|ObjectStreamClass|ObjectStreamConstants|ObjectStreamException|ObjectStreamField|ObjectView|Observable|Observer|OceanTheme|OpenDataException|OpenMBeanAttributeInfo|OpenMBeanAttributeInfoSupport|OpenMBeanConstructorInfo|OpenMBeanConstructorInfoSupport|OpenMBeanInfo|OpenMBeanInfoSupport|OpenMBeanOperationInfo|OpenMBeanOperationInfoSupport|OpenMBeanParameterInfo|OpenMBeanParameterInfoSupport|OpenType|OperatingSystemMXBean|Operation|OperationNotSupportedException|OperationsException|Option|OptionPaneUI|OptionalDataException|OrientationRequested|OutOfMemoryError|OutputDeviceAssigned|OutputKeys|OutputStream|OutputStreamWriter|OverlappingFileLockException|OverlayLayout|Override|Owner|PBEKey|PBEKeySpec|PBEParameterSpec|PDLOverrideSupported|PKCS8EncodedKeySpec|PKIXBuilderParameters|PKIXCertPathBuilderResult|PKIXCertPathChecker|PKIXCertPathValidatorResult|PKIXParameters|PSSParameterSpec|PSource|Pack200|Package|PackedColorModel|PageAttributes|PageFormat|PageRanges|Pageable|PagedResultsControl|PagedResultsResponseControl|PagesPerMinute|PagesPerMinuteColor|Paint|PaintContext|PaintEvent|Panel|PanelUI|Paper|ParagraphView|ParameterBlock|ParameterDescriptor|ParameterMetaData|ParameterizedType|ParseException|ParsePosition|Parser|ParserConfigurationException|ParserDelegator|PartialResultException|PasswordAuthentication|PasswordCallback|PasswordView|Patch|PathIterator|Pattern|PatternSyntaxException|Permission|PermissionCollection|Permissions|PersistenceDelegate|PersistentMBean|PhantomReference|Pipe|PipedInputStream|PipedOutputStream|PipedReader|PipedWriter|PixelGrabber|PixelInterleavedSampleModel|PlainDocument|PlainView|Point|Point2D|PointerInfo|Policy|PolicyNode|PolicyQualifierInfo|Polygon|PooledConnection|Popup|PopupFactory|PopupMenu|PopupMenuEvent|PopupMenuListener|PopupMenuUI|Port|PortUnreachableException|PortableRemoteObject|PortableRemoteObjectDelegate|Position|Predicate|PreferenceChangeEvent|PreferenceChangeListener|Preferences|PreferencesFactory|PreparedStatement|PresentationDirection|Principal|PrintEvent|PrintException|PrintGraphics|PrintJob|PrintJobAdapter|PrintJobAttribute|PrintJobAttributeEvent|PrintJobAttributeListener|PrintJobAttributeSet|PrintJobEvent|PrintJobListener|PrintQuality|PrintRequestAttribute|PrintRequestAttributeSet|PrintService|PrintServiceAttribute|PrintServiceAttributeEvent|PrintServiceAttributeListener|PrintServiceAttributeSet|PrintServiceLookup|PrintStream|PrintWriter|Printable|PrinterAbortException|PrinterException|PrinterGraphics|PrinterIOException|PrinterInfo|PrinterIsAcceptingJobs|PrinterJob|PrinterLocation|PrinterMakeAndModel|PrinterMessageFromOperator|PrinterMoreInfo|PrinterMoreInfoManufacturer|PrinterName|PrinterResolution|PrinterState|PrinterStateReason|PrinterStateReasons|PrinterURI|PriorityBlockingQueue|PriorityQueue|PrivateClassLoader|PrivateCredentialPermission|PrivateKey|PrivateMLet|PrivilegedAction|PrivilegedActionException|PrivilegedExceptionAction|Process|ProcessBuilder|ProfileDataException|ProgressBarUI|ProgressMonitor|ProgressMonitorInputStream|Properties|PropertyChangeEvent|PropertyChangeListener|PropertyChangeListenerProxy|PropertyChangeSupport|PropertyDescriptor|PropertyEditor|PropertyEditorManager|PropertyEditorSupport|PropertyPermission|PropertyResourceBundle|PropertyVetoException|ProtectionDomain|ProtocolException|Provider|ProviderException|Proxy|ProxySelector|PublicKey|PushbackInputStream|PushbackReader|QName|QuadCurve2D|Query|QueryEval|QueryExp|Queue|QueuedJobCount|RC2ParameterSpec|RC5ParameterSpec|RGBImageFilter|RMIClassLoader|RMIClassLoaderSpi|RMIClientSocketFactory|RMIConnection|RMIConnectionImpl|RMIConnectionImpl_Stub|RMIConnector|RMIConnectorServer|RMIFailureHandler|RMIIIOPServerImpl|RMIJRMPServerImpl|RMISecurityException|RMISecurityManager|RMIServer|RMIServerImpl|RMIServerImpl_Stub|RMIServerSocketFactory|RMISocketFactory|RSAKey|RSAKeyGenParameterSpec|RSAMultiPrimePrivateCrtKey|RSAMultiPrimePrivateCrtKeySpec|RSAOtherPrimeInfo|RSAPrivateCrtKey|RSAPrivateCrtKeySpec|RSAPrivateKey|RSAPrivateKeySpec|RSAPublicKey|RSAPublicKeySpec|RTFEditorKit|Random|RandomAccess|RandomAccessFile|Raster|RasterFormatException|RasterOp|Rdn|ReadOnlyBufferException|ReadWriteLock|Readable|ReadableByteChannel|Reader|RealmCallback|RealmChoiceCallback|Receiver|Rectangle|Rectangle2D|RectangularShape|ReentrantLock|ReentrantReadWriteLock|Ref|RefAddr|Reference|ReferenceQueue|ReferenceUriSchemesSupported|Referenceable|ReferralException|ReflectPermission|ReflectionException|RefreshFailedException|Refreshable|Region|RegisterableService|Registry|RegistryHandler|RejectedExecutionException|RejectedExecutionHandler|Relation|RelationException|RelationNotFoundException|RelationNotification|RelationService|RelationServiceMBean|RelationServiceNotRegisteredException|RelationSupport|RelationSupportMBean|RelationType|RelationTypeNotFoundException|RelationTypeSupport|Remote|RemoteCall|RemoteException|RemoteObject|RemoteObjectInvocationHandler|RemoteRef|RemoteServer|RemoteStub|RenderContext|RenderableImage|RenderableImageOp|RenderableImageProducer|RenderedImage|RenderedImageFactory|Renderer|RenderingHints|RepaintManager|ReplicateScaleFilter|RequestingUserName|RequiredModelMBean|RescaleOp|ResolutionSyntax|ResolveResult|Resolver|ResourceBundle|ResponseCache|Result|ResultSet|ResultSetMetaData|Retention|RetentionPolicy|ReverbType|Robot|Role|RoleInfo|RoleInfoNotFoundException|RoleList|RoleNotFoundException|RoleResult|RoleStatus|RoleUnresolved|RoleUnresolvedList|RootPaneContainer|RootPaneUI|RoundRectangle2D|RoundingMode|RowMapper|RowSet|RowSetEvent|RowSetInternal|RowSetListener|RowSetMetaData|RowSetMetaDataImpl|RowSetReader|RowSetWarning|RowSetWriter|RuleBasedCollator|Runnable|Runtime|RuntimeErrorException|RuntimeException|RuntimeMBeanException|RuntimeMXBean|RuntimeOperationsException|RuntimePermission|SAXParser|SAXParserFactory|SAXResult|SAXSource|SAXTransformerFactory|SQLData|SQLException|SQLInput|SQLInputImpl|SQLOutput|SQLOutputImpl|SQLPermission|SQLWarning|SSLContext|SSLContextSpi|SSLEngine|SSLEngineResult|SSLException|SSLHandshakeException|SSLKeyException|SSLPeerUnverifiedException|SSLPermission|SSLProtocolException|SSLServerSocket|SSLServerSocketFactory|SSLSession|SSLSessionBindingEvent|SSLSessionBindingListener|SSLSessionContext|SSLSocket|SSLSocketFactory|SampleModel|Sasl|SaslClient|SaslClientFactory|SaslException|SaslServer|SaslServerFactory|Savepoint|Scanner|ScatteringByteChannel|ScheduledExecutorService|ScheduledFuture|ScheduledThreadPoolExecutor|Schema|SchemaFactory|SchemaFactoryLoader|SchemaViolationException|ScrollBarUI|ScrollPane|ScrollPaneAdjustable|ScrollPaneConstants|ScrollPaneLayout|ScrollPaneUI|Scrollable|Scrollbar|SealedObject|SearchControls|SearchResult|SecretKey|SecretKeyFactory|SecretKeyFactorySpi|SecretKeySpec|SecureCacheResponse|SecureClassLoader|SecureRandom|SecureRandomSpi|Security|SecurityException|SecurityManager|SecurityPermission|Segment|SelectableChannel|SelectionKey|Selector|SelectorProvider|Semaphore|SeparatorUI|Sequence|SequenceInputStream|Sequencer|SerialArray|SerialBlob|SerialClob|SerialDatalink|SerialException|SerialJavaObject|SerialRef|SerialStruct|Serializable|SerializablePermission|ServerCloneException|ServerError|ServerException|ServerNotActiveException|ServerRef|ServerRuntimeException|ServerSocket|ServerSocketChannel|ServerSocketFactory|ServiceNotFoundException|ServicePermission|ServiceRegistry|ServiceUI|ServiceUIFactory|ServiceUnavailableException|Set|SetOfIntegerSyntax|Severity|Shape|ShapeGraphicAttribute|SheetCollate|Short|ShortBuffer|ShortBufferException|ShortLookupTable|ShortMessage|Sides|Signature|SignatureException|SignatureSpi|SignedObject|Signer|SimpleAttributeSet|SimpleBeanInfo|SimpleDateFormat|SimpleDoc|SimpleFormatter|SimpleTimeZone|SimpleType|SinglePixelPackedSampleModel|SingleSelectionModel|Size2DSyntax|SizeLimitExceededException|SizeRequirements|SizeSequence|Skeleton|SkeletonMismatchException|SkeletonNotFoundException|SliderUI|Socket|SocketAddress|SocketChannel|SocketException|SocketFactory|SocketHandler|SocketImpl|SocketImplFactory|SocketOptions|SocketPermission|SocketSecurityException|SocketTimeoutException|SoftBevelBorder|SoftReference|SortControl|SortKey|SortResponseControl|SortedMap|SortedSet|SortingFocusTraversalPolicy|Soundbank|SoundbankReader|SoundbankResource|Source|SourceDataLine|SourceLocator|SpinnerDateModel|SpinnerListModel|SpinnerModel|SpinnerNumberModel|SpinnerUI|SplitPaneUI|Spring|SpringLayout|SslRMIClientSocketFactory|SslRMIServerSocketFactory|Stack|StackOverflowError|StackTraceElement|StandardMBean|StartTlsRequest|StartTlsResponse|StateEdit|StateEditable|StateFactory|Statement|StreamCorruptedException|StreamHandler|StreamPrintService|StreamPrintServiceFactory|StreamResult|StreamSource|StreamTokenizer|StrictMath|String|StringBuffer|StringBufferInputStream|StringBuilder|StringCharacterIterator|StringContent|StringIndexOutOfBoundsException|StringMonitor|StringMonitorMBean|StringReader|StringRefAddr|StringSelection|StringTokenizer|StringValueExp|StringWriter|Stroke|Struct|Stub|StubDelegate|StubNotFoundException|Style|StyleConstants|StyleContext|StyleSheet|StyledDocument|StyledEditorKit|Subject|SubjectDelegationPermission|SubjectDomainCombiner|SupportedValuesAttribute|SuppressWarnings|SwingConstants|SwingPropertyChangeSupport|SwingUtilities|SyncFactory|SyncFactoryException|SyncFailedException|SyncProvider|SyncProviderException|SyncResolver|SynchronousQueue|SynthConstants|SynthContext|SynthGraphicsUtils|SynthLookAndFeel|SynthPainter|SynthStyle|SynthStyleFactory|Synthesizer|SysexMessage|System|SystemColor|SystemFlavorMap|TabExpander|TabSet|TabStop|TabableView|TabbedPaneUI|TableCellEditor|TableCellRenderer|TableColumn|TableColumnModel|TableColumnModelEvent|TableColumnModelListener|TableHeaderUI|TableModel|TableModelEvent|TableModelListener|TableUI|TableView|TabularData|TabularDataSupport|TabularType|TagElement|Target|TargetDataLine|TargetedNotification|Templates|TemplatesHandler|TextAction|TextArea|TextAttribute|TextComponent|TextEvent|TextField|TextHitInfo|TextInputCallback|TextLayout|TextListener|TextMeasurer|TextOutputCallback|TextSyntax|TextUI|TexturePaint|Thread|ThreadDeath|ThreadFactory|ThreadGroup|ThreadInfo|ThreadLocal|ThreadMXBean|ThreadPoolExecutor|Throwable|Tie|TileObserver|Time|TimeLimitExceededException|TimeUnit|TimeZone|TimeoutException|Timer|TimerAlarmClockNotification|TimerMBean|TimerNotification|TimerTask|Timestamp|TitledBorder|TooManyListenersException|ToolBarUI|ToolTipManager|ToolTipUI|Toolkit|Track|TransactionRequiredException|TransactionRolledbackException|TransactionalWriter|TransferHandler|Transferable|TransformAttribute|Transformer|TransformerConfigurationException|TransformerException|TransformerFactory|TransformerFactoryConfigurationError|TransformerHandler|Transmitter|Transparency|TreeCellEditor|TreeCellRenderer|TreeExpansionEvent|TreeExpansionListener|TreeMap|TreeModel|TreeModelEvent|TreeModelListener|TreeNode|TreePath|TreeSelectionEvent|TreeSelectionListener|TreeSelectionModel|TreeSet|TreeUI|TreeWillExpandListener|TrustAnchor|TrustManager|TrustManagerFactory|TrustManagerFactorySpi|Type|TypeInfoProvider|TypeNotPresentException|TypeVariable|Types|UID|UIDefaults|UIManager|UIResource|URI|URIException|URIResolver|URISyntax|URISyntaxException|URL|URLClassLoader|URLConnection|URLDecoder|URLEncoder|URLStreamHandler|URLStreamHandlerFactory|UTFDataFormatException|UUID|UndeclaredThrowableException|UndoManager|UndoableEdit|UndoableEditEvent|UndoableEditListener|UndoableEditSupport|UnexpectedException|UnicastRemoteObject|UnknownError|UnknownFormatConversionException|UnknownFormatFlagsException|UnknownGroupException|UnknownHostException|UnknownObjectException|UnknownServiceException|UnmappableCharacterException|UnmarshalException|UnmodifiableClassException|UnmodifiableSetException|UnrecoverableEntryException|UnrecoverableKeyException|Unreferenced|UnresolvedAddressException|UnresolvedPermission|UnsatisfiedLinkError|UnsolicitedNotification|UnsolicitedNotificationEvent|UnsolicitedNotificationListener|UnsupportedAddressTypeException|UnsupportedAudioFileException|UnsupportedCallbackException|UnsupportedCharsetException|UnsupportedClassVersionError|UnsupportedEncodingException|UnsupportedFlavorException|UnsupportedLookAndFeelException|UnsupportedOperationException|Util|UtilDelegate|Utilities|VMID|Validator|ValidatorHandler|ValueExp|ValueHandler|ValueHandlerMultiFormat|VariableHeightLayoutCache|Vector|VerifyError|VetoableChangeListener|VetoableChangeListenerProxy|VetoableChangeSupport|View|ViewFactory|ViewportLayout|ViewportUI|VirtualMachineError|Visibility|VoiceStatus|Void|VolatileImage|WeakHashMap|WeakReference|WebRowSet|WildcardType|Window|WindowAdapter|WindowConstants|WindowEvent|WindowFocusListener|WindowListener|WindowStateListener|WrappedPlainView|WritableByteChannel|WritableRaster|WritableRenderedImage|WriteAbortedException|Writer|X500Principal|X500PrivateCredential|X509CRL|X509CRLEntry|X509CRLSelector|X509CertSelector|X509Certificate|X509EncodedKeySpec|X509ExtendedKeyManager|X509Extension|X509KeyManager|X509TrustManager|XAConnection|XADataSource|XAException|XAResource|XMLConstants|XMLDecoder|XMLEncoder|XMLFormatter|XMLGregorianCalendar|XMLParseException|XPath|XPathConstants|XPathException|XPathExpression|XPathExpressionException|XPathFactory|XPathFactoryConfigurationException|XPathFunction|XPathFunctionException|XPathFunctionResolver|XPathVariableResolver|Xid|XmlReader|XmlWriter|ZipEntry|ZipException|ZipFile|ZipInputStream|ZipOutputStream|ZoneView)\b
47
51
  uuid: B3A64888-EBBB-4436-8D9E-F1169C5D7613
48
52
  foldingStartMarker: (\{\s*$|^\s*// \{\{\{)
49
53
  patterns:
50
- - name: comment.block.groovy.empty
54
+ - name: comment.block.empty.groovy
51
55
  match: /\*\*/
52
- - name: multiline.comments.groovy
53
- match: "\"\"\"\"\"\""
54
- - name: comment.documentation.groovy
56
+ - name: comment.block.documentation.groovy
55
57
  begin: (^\s*)?/\*\*
56
58
  end: \*/(\s*\n)?
57
59
  patterns:
@@ -74,7 +76,7 @@ patterns:
74
76
  "3":
75
77
  name: storage.type.groovy
76
78
  "4":
77
- name: entity.name.class.groovy
79
+ name: entity.name.type.class.groovy
78
80
  begin: |-
79
81
  (?x)^\s*
80
82
  ((?:\b(def|public|private|protected|static|final|native|synchronized|abstract|threadsafe|transient)\b\s*)*) # modifier
@@ -156,7 +158,7 @@ patterns:
156
158
  "1":
157
159
  name: keyword.other.class-fns.groovy
158
160
  "2":
159
- name: entity.name.class.groovy
161
+ name: entity.name.type.class.groovy
160
162
  match: ^\s*(import)\s+([^ ;$]+);?
161
163
  - name: meta.package.groovy
162
164
  captures:
@@ -0,0 +1,22 @@
1
+ ---
2
+ name: GTD
3
+ fileTypes:
4
+ - gtd
5
+ scopeName: text.plain.gtd
6
+ uuid: A984336E-2C65-4152-8FC0-34D2E73721DA
7
+ patterns:
8
+ - name: markup.other.pagename
9
+ match: "[A-Z][a-z]+([A-Z][a-z]*)+"
10
+ - name: string.unquoted.gtd
11
+ match: ^-\s{2}\S+\s
12
+ - name: entity.name.tag.gtd
13
+ match: ^<-\s\S+\s
14
+ - name: constant.language.gtd
15
+ match: ^->\s\S+\s
16
+ - name: variable.language.gtd
17
+ match: ^\+\s{2}\S+\s
18
+ - name: comment.line.gtd
19
+ match: ^\^\s{2}\S+\s
20
+ - name: support.class.exception.gtd
21
+ match: ^\!\s{2}\S+\s
22
+ keyEquivalent: ^~G
@@ -34,11 +34,11 @@ patterns:
34
34
  "1":
35
35
  name: punctuation.definition.prolog.haml
36
36
  match: ^(!!!)($|\s.*)
37
- - name: comment.line.haml
37
+ - name: comment.line.slash.haml
38
38
  captures:
39
39
  "1":
40
40
  name: punctuation.section.comment.haml
41
- match: ^ *(/)\s*\S.*
41
+ match: ^ *(/)\s*\S.*$\n?
42
42
  - name: comment.block.haml
43
43
  begin: ^( *)(/)\s*$
44
44
  beginCaptures:
@@ -183,6 +183,7 @@ foldingStartMarker: |-
183
183
  (<(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)\b.*?>
184
184
  |<!--(?!.*--\s*>)
185
185
  |^<!--\ \#tminclude\ (?>.*?-->)$
186
+ |<\?(?:php)?.*\b(if|for(each)?|while)\b.+:
186
187
  |\{\{?(if|foreach|capture|literal|foreach|php|section|strip)
187
188
  |\{\s*($|\?>\s*$|//|/\*(.*\*/\s*$|(?!.*?\*/)))
188
189
  )
@@ -227,6 +228,7 @@ patterns:
227
228
  patterns:
228
229
  - name: invalid.illegal.bad-comments-or-CDATA.html
229
230
  match: --
231
+ - include: "#embedded-code"
230
232
  - name: meta.tag.sgml.html
231
233
  captures:
232
234
  "0":
@@ -248,10 +250,7 @@ patterns:
248
250
  end: "]](?=>)"
249
251
  - name: invalid.illegal.bad-comments-or-CDATA.html
250
252
  match: (\s*)(?!--|>)\S(\s*)
251
- - include: "#python"
252
- - include: "#ruby"
253
- - include: "#php"
254
- - include: "#smarty"
253
+ - include: "#embedded-code"
255
254
  - name: source.css.embedded.html
256
255
  captures:
257
256
  "1":
@@ -356,6 +355,7 @@ foldingStopMarker: |-
356
355
  (</(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)>
357
356
  |^(?!.*?<!--).*?--\s*>
358
357
  |^<!--\ end\ tminclude\ -->$
358
+ |<\?(?:php)?.*\bend(if|for(each)?|while)\b
359
359
  |\{\{?/(if|foreach|capture|literal|foreach|php|section|strip)
360
360
  |^[^{]*\}
361
361
  )
@@ -17,16 +17,17 @@ patterns:
17
17
  "1":
18
18
  name: punctuation.definition.comment.ini
19
19
  match: (;).*$\n?
20
- - name: keyword.other.definition.ini
21
- captures:
20
+ - captures:
21
+ "1":
22
+ name: keyword.other.definition.ini
22
23
  "2":
23
24
  name: punctuation.separator.key-value.ini
24
- match: \b([a-zA-Z0-9_.-]+)\b(?=\s*(=))
25
+ match: \b([a-zA-Z0-9_.-]+)\b\s*(=)
25
26
  - name: entity.name.section.group-title.ini
26
27
  captures:
27
28
  "1":
28
29
  name: punctuation.definition.entity.ini
29
- "2":
30
+ "3":
30
31
  name: punctuation.definition.entity.ini
31
32
  match: ^(\[)(.*?)(\])
32
33
  - name: string.quoted.single.ini
@@ -3,6 +3,7 @@ name: JavaScript
3
3
  fileTypes:
4
4
  - js
5
5
  - htc
6
+ - jsx
6
7
  scopeName: source.js
7
8
  uuid: 93E017CC-6F27-11D9-90EB-000D93589AF6
8
9
  foldingStartMarker: ^.*\bfunction\s*(\w+\s*)?\([^\)]*\)(\s*\{[^\}]*)?\s*$
@@ -230,7 +231,7 @@ patterns:
230
231
  endCaptures:
231
232
  "1":
232
233
  name: punctuation.definition.string.end.js
233
- begin: (?<=[=(:]|^)\s*(/)(?![/*+{}?])
234
+ begin: (?<=[=(:]|^|return)\s*(/)(?![/*+{}?])
234
235
  beginCaptures:
235
236
  "1":
236
237
  name: punctuation.definition.string.begin.js
@@ -31,8 +31,10 @@ repository:
31
31
  "2":
32
32
  name: constant.other.scope.tm-grammar
33
33
  "3":
34
- name: invalid.deprecated.scope_not_allowed.tm-grammar
34
+ name: constant.other.scope.tm-grammar
35
35
  "4":
36
+ name: invalid.deprecated.scope_not_allowed.tm-grammar
37
+ "5":
36
38
  name: punctuation.definition.string.end.tm-grammar
37
39
  match: "(?x)\n\
38
40
  \t\t\t\t\t\t(')\t\t\t\t\t\t\t\t# Open String\n\
@@ -42,64 +44,52 @@ repository:
42
44
  \t\t\t\t\t\t\t\t\t\t\t\t\t\t# anything else is invalid\n\
43
45
  \t\t\t\t\t\t\t\tcomment(?:\n\
44
46
  \t\t\t\t\t\t\t\t\t\\.(?:line|block)\n\
45
- \t\t\t\t\t\t\t\t\t(?:\\.[^']*)?\n\
46
47
  \t\t\t\t\t\t\t\t)?\n\
47
48
  \t\t\t\t\t\t\t | constant(?:\n\
48
49
  \t\t\t\t\t\t\t\t\t\\.(?:numeric|character|language|other)\n\
49
- \t\t\t\t\t\t\t\t\t(?:\\.[^']*)?\n\
50
50
  \t\t\t\t\t\t\t\t)?\n\
51
51
  \t\t\t\t\t\t\t | entity(?:\n\
52
52
  \t\t\t\t\t\t\t\t\t\\.name(?:\n\
53
53
  \t\t\t\t\t\t\t\t\t\t\\.(?:function|type|tag|section)\n\
54
- \t\t\t\t\t\t\t\t\t\t(?:\\.[^']*)?\n\
55
54
  \t\t\t\t\t\t\t\t\t)?\n\
56
55
  \t\t\t\t\t\t\t\t | \\.other(?:\n\
57
56
  \t\t\t\t\t\t\t\t\t\t\\.(?:inherited-class|attribute-name)\n\
58
- \t\t\t\t\t\t\t\t\t\t(?:\\.[^']*)?\n\
59
57
  \t\t\t\t\t\t\t\t\t)?\n\
60
58
  \t\t\t\t\t\t\t\t)?\n\
61
59
  \t\t\t\t\t\t\t | invalid(?:\n\
62
60
  \t\t\t\t\t\t\t\t\t\\.(?:illegal|deprecated)\n\
63
- \t\t\t\t\t\t\t\t\t(?:\\.[^']*)?\n\
64
61
  \t\t\t\t\t\t\t\t)?\n\
65
62
  \t\t\t\t\t\t\t | keyword(?:\n\
66
63
  \t\t\t\t\t\t\t\t\t\\.(?:control|operator|other)\n\
67
- \t\t\t\t\t\t\t\t\t(?:\\.[^']*)?\n\
68
64
  \t\t\t\t\t\t\t\t)?\n\
69
65
  \t\t\t\t\t\t\t | markup(?:\n\
70
66
  \t\t\t\t\t\t\t\t\t\\.(?:underline|bold|heading|italic|list|quote|raw|other)\n\
71
- \t\t\t\t\t\t\t\t\t(?:\\.[^']*)?\n\
72
67
  \t\t\t\t\t\t\t\t)?\n\
73
- \t\t\t\t\t\t\t | meta(?:\\.[^']*)?\n\
68
+ \t\t\t\t\t\t\t | meta\n\
74
69
  \t\t\t\t\t\t\t | punctuation(?:\n\
75
- \t\t\t\t\t\t\t\t\t\\.(?:definition|section|separator|terminator)\n\
76
- \t\t\t\t\t\t\t\t\t(?:\\.[^']*)?\n\
70
+ \t\t\t\t\t\t\t\t\t\\.(?:definition|section|separator|terminator|whitespace)\n\
77
71
  \t\t\t\t\t\t\t\t)?\n\
78
- \t\t\t\t\t\t\t | source(?:\\.[^']*)?\n\
72
+ \t\t\t\t\t\t\t | source\n\
79
73
  \t\t\t\t\t\t\t | storage(?:\n\
80
74
  \t\t\t\t\t\t\t\t\t\\.(?:type|modifier)\n\
81
- \t\t\t\t\t\t\t\t\t(?:\\.[^']*)?\n\
82
75
  \t\t\t\t\t\t\t\t)?\n\
83
76
  \t\t\t\t\t\t\t | string(?:\n\
84
77
  \t\t\t\t\t\t\t\t\t\\.(?:\n\
85
78
  \t\t\t\t\t\t\t\t\t\tquoted(?:\n\
86
79
  \t\t\t\t\t\t\t\t\t\t\t\\.(?:single|double|triple|other)\n\
87
- \t\t\t\t\t\t\t\t\t\t\t(?:\\.[^']*)?\n\
88
80
  \t\t\t\t\t\t\t\t\t\t)?\n\
89
81
  \t\t\t\t\t\t\t\t\t | (?:unquoted|interpolated|regexp|other)\n\
90
- \t\t\t\t\t\t\t\t\t\t(?:\\.[^']*)?\n\
91
82
  \t\t\t\t\t\t\t\t\t)\n\
92
83
  \t\t\t\t\t\t\t\t)?\n\
93
84
  \t\t\t\t\t\t\t | support(?:\n\
94
85
  \t\t\t\t\t\t\t\t\t\\.(?:function|class|type|constant|variable|other)\n\
95
- \t\t\t\t\t\t\t\t\t(?:\\.[^']*)?\n\
96
86
  \t\t\t\t\t\t\t\t)?\n\
97
- \t\t\t\t\t\t\t | text(?:\\.[^']*)?\n\
87
+ \t\t\t\t\t\t\t | text\n\
98
88
  \t\t\t\t\t\t\t | variable(?:\n\
99
89
  \t\t\t\t\t\t\t\t\t\\.(?:parameter|language|other)\n\
100
- \t\t\t\t\t\t\t\t\t(?:\\.[^']*)?\n\
101
90
  \t\t\t\t\t\t\t\t)?\n\
102
- \t\t\t\t\t\t\t)?(?:\\b|(?<='))\n\
91
+ \t\t\t\t\t\t\t)?\n\
92
+ \t\t\t\t\t\t\t((?<!')[^\\s,()&|\\[\\]:\"'{}<>*?=^;]*(?<!\\.))?\n\
103
93
  \t\t\t\t\t\t\t([^']*)?\n\
104
94
  \t\t\t\t\t\t(')\t\t\t\t\t\t\t\t# Close String\n\
105
95
  \t\t\t\t\t"
@@ -110,8 +100,10 @@ repository:
110
100
  "2":
111
101
  name: constant.other.scope.tm-grammar
112
102
  "3":
113
- name: invalid.deprecated.scope_not_allowed.tm-grammar
103
+ name: constant.other.scope.tm-grammar
114
104
  "4":
105
+ name: invalid.deprecated.scope_not_allowed.tm-grammar
106
+ "5":
115
107
  name: punctuation.definition.string.end.tm-grammar
116
108
  match: "(?x)\n\
117
109
  \t\t\t\t\t\t(\")\t\t\t\t\t\t\t\t# Open String\n\
@@ -121,64 +113,52 @@ repository:
121
113
  \t\t\t\t\t\t\t\t\t\t\t\t\t\t# anything else is invalid\n\
122
114
  \t\t\t\t\t\t\t\tcomment(?:\n\
123
115
  \t\t\t\t\t\t\t\t\t\\.(?:line|block)\n\
124
- \t\t\t\t\t\t\t\t\t(?:\\.[^\"]*)?\n\
125
116
  \t\t\t\t\t\t\t\t)?\n\
126
117
  \t\t\t\t\t\t\t | constant(?:\n\
127
118
  \t\t\t\t\t\t\t\t\t\\.(?:numeric|character|language|other)\n\
128
- \t\t\t\t\t\t\t\t\t(?:\\.[^\"]*)?\n\
129
119
  \t\t\t\t\t\t\t\t)?\n\
130
120
  \t\t\t\t\t\t\t | entity(?:\n\
131
121
  \t\t\t\t\t\t\t\t\t\\.name(?:\n\
132
122
  \t\t\t\t\t\t\t\t\t\t\\.(?:function|type|tag|section)\n\
133
- \t\t\t\t\t\t\t\t\t\t(?:\\.[^\"]*)?\n\
134
123
  \t\t\t\t\t\t\t\t\t)?\n\
135
124
  \t\t\t\t\t\t\t\t | \\.other(?:\n\
136
125
  \t\t\t\t\t\t\t\t\t\t\\.(?:inherited-class|attribute-name)\n\
137
- \t\t\t\t\t\t\t\t\t\t(?:\\.[^\"]*)?\n\
138
126
  \t\t\t\t\t\t\t\t\t)?\n\
139
127
  \t\t\t\t\t\t\t\t)?\n\
140
128
  \t\t\t\t\t\t\t | invalid(?:\n\
141
129
  \t\t\t\t\t\t\t\t\t\\.(?:illegal|deprecated)\n\
142
- \t\t\t\t\t\t\t\t\t(?:\\.[^\"]*)?\n\
143
130
  \t\t\t\t\t\t\t\t)?\n\
144
131
  \t\t\t\t\t\t\t | keyword(?:\n\
145
132
  \t\t\t\t\t\t\t\t\t\\.(?:control|operator|other)\n\
146
- \t\t\t\t\t\t\t\t\t(?:\\.[^\"]*)?\n\
147
133
  \t\t\t\t\t\t\t\t)?\n\
148
134
  \t\t\t\t\t\t\t | markup(?:\n\
149
135
  \t\t\t\t\t\t\t\t\t\\.(?:underline|bold|heading|italic|list|quote|raw|other)\n\
150
- \t\t\t\t\t\t\t\t\t(?:\\.[^\"]*)?\n\
151
136
  \t\t\t\t\t\t\t\t)?\n\
152
- \t\t\t\t\t\t\t | meta(?:\\.[^\"]*)?\n\
137
+ \t\t\t\t\t\t\t | meta\n\
153
138
  \t\t\t\t\t\t\t | punctuation(?:\n\
154
- \t\t\t\t\t\t\t\t\t\\.(?:definition|section|separator|terminator)\n\
155
- \t\t\t\t\t\t\t\t\t(?:\\.[^\"]*)?\n\
139
+ \t\t\t\t\t\t\t\t\t\\.(?:definition|section|separator|terminator|whitespace)\n\
156
140
  \t\t\t\t\t\t\t\t)?\n\
157
- \t\t\t\t\t\t\t | source(?:\\.[^\"]*)?\n\
141
+ \t\t\t\t\t\t\t | source\n\
158
142
  \t\t\t\t\t\t\t | storage(?:\n\
159
143
  \t\t\t\t\t\t\t\t\t\\.(?:type|modifier)\n\
160
- \t\t\t\t\t\t\t\t\t(?:\\.[^\"]*)?\n\
161
144
  \t\t\t\t\t\t\t\t)?\n\
162
145
  \t\t\t\t\t\t\t | string(?:\n\
163
146
  \t\t\t\t\t\t\t\t\t\\.(?:\n\
164
147
  \t\t\t\t\t\t\t\t\t\tquoted(?:\n\
165
148
  \t\t\t\t\t\t\t\t\t\t\t\\.(?:single|double|triple|other)\n\
166
- \t\t\t\t\t\t\t\t\t\t\t(?:\\.[^\"]*)?\n\
167
149
  \t\t\t\t\t\t\t\t\t\t)?\n\
168
150
  \t\t\t\t\t\t\t\t\t | (?:unquoted|interpolated|regexp|other)\n\
169
- \t\t\t\t\t\t\t\t\t\t(?:\\.[^\"]*)?\n\
170
151
  \t\t\t\t\t\t\t\t\t)\n\
171
152
  \t\t\t\t\t\t\t\t)?\n\
172
153
  \t\t\t\t\t\t\t | support(?:\n\
173
154
  \t\t\t\t\t\t\t\t\t\\.(?:function|class|type|constant|variable|other)\n\
174
- \t\t\t\t\t\t\t\t\t(?:\\.[^\"]*)?\n\
175
155
  \t\t\t\t\t\t\t\t)?\n\
176
- \t\t\t\t\t\t\t | text(?:\\.[^\"]*)?\n\
156
+ \t\t\t\t\t\t\t | text\n\
177
157
  \t\t\t\t\t\t\t | variable(?:\n\
178
158
  \t\t\t\t\t\t\t\t\t\\.(?:parameter|language|other)\n\
179
- \t\t\t\t\t\t\t\t\t(?:\\.[^\"]*)?\n\
180
159
  \t\t\t\t\t\t\t\t)?\n\
181
- \t\t\t\t\t\t\t)?(?:\\b|(?<=\"))\n\
160
+ \t\t\t\t\t\t\t)?\n\
161
+ \t\t\t\t\t\t\t((?<!\")[^\\s,()&|\\[\\]:\"'{}<>*?=^;]*(?<!\\.))?\n\
182
162
  \t\t\t\t\t\t\t([^\"]*)?\n\
183
163
  \t\t\t\t\t\t(\")\t\t\t\t\t\t\t\t# Close String\n\
184
164
  \t\t\t\t\t"
@@ -449,7 +429,37 @@ repository:
449
429
  end: (;)
450
430
  patterns:
451
431
  - include: "#comment"
452
- - include: "#string"
432
+ - name: string.quoted.single.include.tm-grammar
433
+ captures:
434
+ "6":
435
+ name: punctuation.definition.string.end.tm-grammar
436
+ "1":
437
+ name: punctuation.definition.string.begin.tm-grammar
438
+ "2":
439
+ name: constant.other.reference.repository-item.tm-grammar
440
+ "3":
441
+ name: punctuation.definition.constant.tm-grammar
442
+ "4":
443
+ name: constant.other.reference.grammar.tm-grammar
444
+ "5":
445
+ name: punctuation.definition.constant.tm-grammar
446
+ match: (')(?:((#)[-a-zA-Z0-9._]+)|((\$)(?:base|self)))?(')
447
+ - name: string.quoted.double.include.tm-grammar
448
+ captures:
449
+ "6":
450
+ name: punctuation.definition.string.end.tm-grammar
451
+ "1":
452
+ name: punctuation.definition.string.begin.tm-grammar
453
+ "2":
454
+ name: constant.other.reference.repository-item.tm-grammar
455
+ "3":
456
+ name: punctuation.definition..tm-grammar
457
+ "4":
458
+ name: constant.other.reference.grammar.tm-grammar
459
+ "5":
460
+ name: punctuation.definition..tm-grammar
461
+ match: (')(?:((#)[-a-zA-Z0-9._]+)|((\$)(?:base|self)))?(')
462
+ - include: "#scope-root"
453
463
  - include: "#catch-all"
454
464
  comment: include
455
465
  - name: meta.dictionary.captures.tm-grammar
@@ -489,6 +499,7 @@ repository:
489
499
  end: (\})
490
500
  patterns:
491
501
  - include: "#comment"
502
+ - include: "#comment-keyword"
492
503
  - name: meta.value-pair.tm-grammar
493
504
  endCaptures:
494
505
  "1":