mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
language_and_filetype.md: clarify "Define an Icon"
This commit is contained in:
parent
81bc847f8b
commit
9eb847ed8c
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user