Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.e4.tools.css.editor.ui/src/org/eclipse/e4/ui/syntaxcoloring/CSSSemanticHighlightCalculator.java')
-rw-r--r--bundles/org.eclipse.e4.tools.css.editor.ui/src/org/eclipse/e4/ui/syntaxcoloring/CSSSemanticHighlightCalculator.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/bundles/org.eclipse.e4.tools.css.editor.ui/src/org/eclipse/e4/ui/syntaxcoloring/CSSSemanticHighlightCalculator.java b/bundles/org.eclipse.e4.tools.css.editor.ui/src/org/eclipse/e4/ui/syntaxcoloring/CSSSemanticHighlightCalculator.java
index 07c6c438..369e43b4 100644
--- a/bundles/org.eclipse.e4.tools.css.editor.ui/src/org/eclipse/e4/ui/syntaxcoloring/CSSSemanticHighlightCalculator.java
+++ b/bundles/org.eclipse.e4.tools.css.editor.ui/src/org/eclipse/e4/ui/syntaxcoloring/CSSSemanticHighlightCalculator.java
@@ -36,10 +36,6 @@ public class CSSSemanticHighlightCalculator implements
} else if (((RuleCallImpl) eoj).getRule().getName().equals("css_hash_class")) {
// node.getGrammarElement()
acceptor.addPosition(node.getOffset(), node.getLength(), CSSHighlightingConfiguration.CSS_ClassID);
- } else if (((RuleCallImpl) eoj).getRule().getName().equals("ident")) {
-// node.getGrammarElement()
-// acceptor.addPosition(node.getOffset(), node.getLength(), CSSHighlightingConfiguration.CSS_Declaration);
- }
}
}

Back to the top