mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
[site] plugin structure: missed escape seqs
This commit is contained in:
parent
e45c63839d
commit
22c0eab9fc
@ -466,7 +466,7 @@ To declare a service, you can use the following extension points in the IDEA cor
|
|||||||
|
|
||||||
*To declare a service:*
|
*To declare a service:*
|
||||||
|
|
||||||
1. Add the appropriate child element (<applicationService>, <projectService> or <moduleService>) to the <extensions> section of the plugin.xml file.
|
1. Add the appropriate child element (\<applicationService\>, \<projectService\> or \<moduleService\>) to the \<extensions\> section of the plugin.xml file.
|
||||||
|
|
||||||
2. For the newly added child element, set the following attributes:
|
2. For the newly added child element, set the following attributes:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user