language_and_filetype.md: clarify "Define an Icon"

This commit is contained in:
Yann Cébron 2021-12-07 12:53:17 +01:00
parent 81bc847f8b
commit 9eb847ed8c

View File

@ -25,8 +25,7 @@ The `SimpleLanguage` class is defined in the `org.intellij.sdk.language` package
## Define an Icon
The [icon](https://github.com/JetBrains/intellij-sdk-code-samples/blob/main/simple_language_plugin/src/main/resources/icons/jar-gray.png) for the Simple Language is defined by the `SimpleIcons` class.
There is nothing uniquely Simple Language-specific about [defining the icon](work_with_icons_and_images.md) itself.
The definition follows a pattern similar to defining, e.g., `SdkIcons`.
Please see [](work_with_icons_and_images.md) for details on how to define and use icons.
```java
```