From 6baf7313e42fd632bf5cca2bcb518e0ffe246b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 8 Nov 2021 16:30:13 +0100 Subject: [PATCH] file_view_providers: stardust fix --- topics/basics/architectural_overview/file_view_providers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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").