mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
language_and_filetype: Register file type 2019.2+ reword
This commit is contained in:
parent
07c6baff19
commit
623855e7fd
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user