summaryrefslogtreecommitdiff
path: root/xml/xml-psi-impl/src/com/intellij/lexer/XHtmlLexer.java
diff options
context:
space:
mode:
Diffstat (limited to 'xml/xml-psi-impl/src/com/intellij/lexer/XHtmlLexer.java')
-rw-r--r--xml/xml-psi-impl/src/com/intellij/lexer/XHtmlLexer.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/xml/xml-psi-impl/src/com/intellij/lexer/XHtmlLexer.java b/xml/xml-psi-impl/src/com/intellij/lexer/XHtmlLexer.java
index 784198ced9c2..b108e9c722bb 100644
--- a/xml/xml-psi-impl/src/com/intellij/lexer/XHtmlLexer.java
+++ b/xml/xml-psi-impl/src/com/intellij/lexer/XHtmlLexer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2009 JetBrains s.r.o.
+ * Copyright 2000-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -27,6 +27,7 @@ public class XHtmlLexer extends HtmlLexer {
this(new XmlLexer(true));
}
+ @Override
protected boolean isHtmlTagState(int state) {
return state == __XmlLexer.TAG || state == __XmlLexer.END_TAG;
}