From a3d5740f4e5d3d144bc6ebd3c218252109ffd3ca Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 10 Dec 2014 19:42:17 +0100 Subject: [PATCH] Update plugin_xml_overview.md Syntax-highlight XML. Remove duplicate tag. Remove use-idea-classloader attribute which shouldn't be documented in a basic tutorial (otherwise people will just copy this snippet to their plugins and suffer from incorrect behavior). --- tutorials/plugin_xml_overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/plugin_xml_overview.md b/tutorials/plugin_xml_overview.md index d01d64ea1..5fa69f1d6 100644 --- a/tutorials/plugin_xml_overview.md +++ b/tutorials/plugin_xml_overview.md @@ -3,11 +3,11 @@ Plugin configuration file The main plugin functionality description should be placed in META_INF/plugin.xml This configuration file contains description, components, information about dependencies and user-defined extension points - +```xml + Tutorial Basic plugin example 1.0 - JetBrains Samples JetBrains --> - +``` -------------------- [Link to repository](https://github.com/JetBrains/intellij-community/blob/master/plugins/devkit/resources/META-INF/plugin.xml)