From 244a7bf485e6aa5c68c83a1cf93e49a8ca93619c Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov <lushnikov@chromium.org> Date: Mon, 21 Apr 2014 13:47:39 +0400 Subject: [PATCH] [css mode] remove SVG leftovers --- mode/css/css.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mode/css/css.js b/mode/css/css.js index 7a396ee45..a2b80df5f 100644 --- a/mode/css/css.js +++ b/mode/css/css.js @@ -453,13 +453,13 @@ CodeMirror.defineMode("css", function(config, parserConfig) { // SVG-specific "clip-path", "clip-rule", "mask", "enable-background", "filter", "flood-color", "flood-opacity", "lighting-color", "stop-color", "stop-opacity", "pointer-events", - "color-interpolation", "color-interpolation-filters", "color-profile", + "color-interpolation", "color-interpolation-filters", "color-rendering", "fill", "fill-opacity", "fill-rule", "image-rendering", "marker", "marker-end", "marker-mid", "marker-start", "shape-rendering", "stroke", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke-width", "text-rendering", "baseline-shift", "dominant-baseline", "glyph-orientation-horizontal", - "glyph-orientation-vertical", "kerning", "text-anchor", "writing-mode" + "glyph-orientation-vertical", "text-anchor", "writing-mode" ], propertyKeywords = keySet(propertyKeywords_); var nonStandardPropertyKeywords = [ -- GitLab