[md] syntax highlighting check

This commit is contained in:
Anna Bulenkova 2015-01-27 10:43:36 +01:00
parent 07c90669b3
commit 0907034ff3

View File

@ -19,8 +19,10 @@ To create an action we need derive
[AnAction.java] (https://github.com/JetBrains/intellij-community/blob/master/platform/editor-ui-api/src/com/intellij/openapi/actionSystem/AnAction.java)
class.
```java
public class EditorIllustration extends AnAction {
}
```
###Registering an action
To register the action we should add a corresponding attribute to the *<actions>* section of the plugin configuration file