mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 01:09:46 +07:00
PY-14977 PyCharm is not obeying my file specific code style for HTML
BaseLanguage is HTML, not Django now
This commit is contained in:
@@ -20,10 +20,6 @@ public abstract class PythonTemplateLanguage extends Language implements Templat
|
||||
super(baseLanguage, ID, mimeTypes);
|
||||
}
|
||||
|
||||
protected PythonTemplateLanguage(@NotNull @NonNls final String id) {
|
||||
super(id);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return template language readable name
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user