diff --git a/topics/tutorials/custom_language_support/language_and_filetype.md b/topics/tutorials/custom_language_support/language_and_filetype.md
index ba7990d65..edeaa0279 100644
--- a/topics/tutorials/custom_language_support/language_and_filetype.md
+++ b/topics/tutorials/custom_language_support/language_and_filetype.md
@@ -40,12 +40,15 @@ The Simple Language file type is defined by subclassing [`LanguageFileType`](ups
Direct registration is possible - no `FileTypeFactory` is required.
-Instead, the file type is registered via the `com.intellij.fileType` extension point in plugin.xml:
+Instead, the file type is registered via the `com.intellij.fileType` extension point in plugin.xml and registered with *.simple extension:
```xml
-
+
```