mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
html tags completion in a2 inline template
This commit is contained in:
@@ -729,7 +729,7 @@ public class XmlUtil {
|
||||
if (file != null) {
|
||||
|
||||
final Language language = file.getLanguage();
|
||||
if (language == HTMLLanguage.INSTANCE || language == XHTMLLanguage.INSTANCE) {
|
||||
if (language.isKindOf(HTMLLanguage.INSTANCE) || language == XHTMLLanguage.INSTANCE) {
|
||||
return new String[][]{new String[]{"", XHTML_URI}};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user