mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
webstorm.md: minor format
This commit is contained in:
parent
8f22448866
commit
cab2e7bae6
@ -28,7 +28,7 @@ To see how these attributes appear in a similar `build.gradle` file for PhpStorm
|
||||
|
||||
The dependency on the WebStorm APIs must be declared in the `plugin.xml` file.
|
||||
As described in [Modules Specific to Functionality](/basics/getting_started/plugin_compatibility.md#modules-specific-to-functionality) table, the `<depends>` tags must declare `JavaScriptLanguage`.
|
||||
**Note** that for WebStorm, the plugin.xml file must also declare a dependency on `com.intellij.modules.platform` because `JavaScriptLanguage` is not recognized as a module.
|
||||
**Note** that for WebStorm, the `plugin.xml` file must also declare a dependency on `com.intellij.modules.platform` because `JavaScriptLanguage` is not recognized as a module.
|
||||
Consequently, without the `com.intellij.modules.platform` declaration the plugin is assumed to be a [legacy plugin](/basics/getting_started/plugin_compatibility.md#declaring-plugin-dependencies) and will not load in WebStorm.
|
||||
|
||||
## Available WebStorm APIs
|
||||
|
Loading…
x
Reference in New Issue
Block a user