Skip to content

Commit

Permalink
language_and_filetype: Register file type 2019.2+ reword
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Jun 13, 2019
1 parent 07c6baf commit 623855e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/custom_language_support/language_and_filetype.md
Expand Up @@ -47,7 +47,7 @@ In plugin.xml add:

### 2.5.B. Register file type (2019.2 or later)

Registration of file type can now be done via `plugin.xml` only without implementing `FileTypeFactory` when matching by extension(s) only.
When matching via file extension or exact file name, registration of file type should be done via `plugin.xml` only without implementing `FileTypeFactory`.

```xml
<extensions defaultExtensionNs="com.intellij">
Expand Down

0 comments on commit 623855e

Please sign in to comment.