| author | Alex Lakatos | 2012-01-26 07:44:55 (EST) |
|---|---|---|
| committer | Silenio Quarti | 2012-01-26 12:24:03 (EST) |
| commit | da01718bef3d7e1c78c8f65625e792376bc2b15c (patch) (side-by-side diff) | |
| tree | e429a381526c37d15375806275268a1219e8f82f | |
| parent | 50b4a922735240894dd5c35d5e8c5a3e02cc251a (diff) | |
| download | org.eclipse.orion.client-da01718bef3d7e1c78c8f65625e792376bc2b15c.zip org.eclipse.orion.client-da01718bef3d7e1c78c8f65625e792376bc2b15c.tar.gz org.eclipse.orion.client-da01718bef3d7e1c78c8f65625e792376bc2b15c.tar.bz2 | |
Bug 369781 - Orion Editor does not highlight a few CSS2.0 and CSS3 properties
| -rw-r--r-- | bundles/org.eclipse.orion.client.editor/web/examples/textview/textStyler.js | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStyler.js b/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStyler.js index 1de8c86..777c89f 100644 --- a/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStyler.js +++ b/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStyler.js @@ -7,6 +7,7 @@ * License v1.0 (http://www.eclipse.org/org/documents/edl-v10.html). * * Contributors: IBM Corporation - initial API and implementation + * Alex Lakatos - fix for bug 369781 ******************************************************************************/ /*global document window navigator define */ @@ -65,13 +66,14 @@ define("examples/textview/textStyler", ['orion/textview/annotations'], function( "column-rule-color", "column-rule-style", "column-rule-width", "column-span", "column-width", "columns", "content", "counter-increment", "counter-reset", "crop", "cue", "cue-after", "cue-before", "cursor", "direction", "display", "dominant-baseline", "drop-initial-after-adjust", "drop-initial-after-align", "drop-initial-before-adjust", "drop-initial-before-align", "drop-initial-size", - "drop-initial-value", "elevation", "empty-cells", "fit", "fit-position", "float", "float-offset", "font", "font-family", "font-size", - "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "grid-columns", "grid-rows", "hanging-punctuation", - "height", "hyphenate-after", "hyphenate-before", "hyphenate-character", "hyphenate-lines", "hyphenate-resource", "hyphens", "icon", - "image-orientation", "image-rendering", "image-resolution", "inline-box-align", "left", "letter-spacing", "line-height", - "line-stacking", "line-stacking-ruby", "line-stacking-shift", "line-stacking-strategy", "list-style", "list-style-image", - "list-style-position", "list-style-type", "margin", "margin-bottom", "margin-left", "margin-right", "margin-top", "mark", "mark-after", - "mark-before", "marks", "marquee-direction", "marquee-loop", "marquee-play-count", "marquee-speed", "marquee-style", "max-height", + "drop-initial-value", "elevation", "empty-cells", "fit", "fit-position", "flex-align", "flex-flow", "flex-inline-pack", "flex-order", + "flex-pack", "float", "float-offset", "font", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", + "font-variant", "font-weight", "grid-columns", "grid-rows", "hanging-punctuation", "height", "hyphenate-after", + "hyphenate-before", "hyphenate-character", "hyphenate-lines", "hyphenate-resource", "hyphens", "icon", "image-orientation", + "image-rendering", "image-resolution", "inline-box-align", "left", "letter-spacing", "line-height", "line-stacking", + "line-stacking-ruby", "line-stacking-shift", "line-stacking-strategy", "list-style", "list-style-image", "list-style-position", + "list-style-type", "margin", "margin-bottom", "margin-left", "margin-right", "margin-top", "mark", "mark-after", "mark-before", + "marker-offset", "marks", "marquee-direction", "marquee-loop", "marquee-play-count", "marquee-speed", "marquee-style", "max-height", "max-width", "min-height", "min-width", "move-to", "nav-down", "nav-index", "nav-left", "nav-right", "nav-up", "opacity", "orphans", "outline", "outline-color", "outline-offset", "outline-style", "outline-width", "overflow", "overflow-style", "overflow-x", "overflow-y", "padding", "padding-bottom", "padding-left", "padding-right", "padding-top", "page", "page-break-after", "page-break-before", |

