From 8c1919e0561e1ccc32772b6331b1041da58ecb06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 24 Nov 2021 17:28:15 +0100 Subject: [PATCH] language_and_filetype.md: clarify --- .../custom_language_support/language_and_filetype.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 - + ```