diff --git a/topics/basics/architectural_overview/file_view_providers.md b/topics/basics/architectural_overview/file_view_providers.md index 593262dc7..15aeb52e5 100644 --- a/topics/basics/architectural_overview/file_view_providers.md +++ b/topics/basics/architectural_overview/file_view_providers.md @@ -1,6 +1,6 @@ [//]: # (title: File View Providers) - + A file view provider ([`FileViewProvider`](upsource:///platform/core-api/src/com/intellij/psi/FileViewProvider.java)) manages access to multiple PSI trees within a single file. @@ -32,8 +32,8 @@ Register as follows in `plugin.xml`: ```xml - + ``` -Where `%file_type%` refers to the type of the file being created (for example, "JFS"). \ No newline at end of file +Where `$file_type$` refers to the type of the file being created (for example, "JFS").