mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
plugin_configuration_file.md: Minor fixes
This commit is contained in:
parent
7190297c66
commit
74ae739e91
@ -157,7 +157,7 @@ Default value
|
|||||||
Example
|
Example
|
||||||
:
|
:
|
||||||
```xml
|
```xml
|
||||||
<id>com.company.framework</id>
|
<id>com.example.framework</id>
|
||||||
```
|
```
|
||||||
|
|
||||||
### `name`
|
### `name`
|
||||||
@ -545,7 +545,7 @@ or `qualifiedName` attributes.
|
|||||||
|
|
||||||
Examples
|
Examples
|
||||||
:
|
:
|
||||||
- Extensions' declaration with the default namespace:
|
- Extensions' declaration with a default namespace:
|
||||||
```xml
|
```xml
|
||||||
<extensions defaultExtensionNs="com.intellij">
|
<extensions defaultExtensionNs="com.intellij">
|
||||||
<applicationService
|
<applicationService
|
||||||
|
Loading…
x
Reference in New Issue
Block a user