extension_point_list.md: fix tag

This commit is contained in:
Yann Cébron 2021-09-14 18:29:02 +02:00
parent 73c82d3e5f
commit 37ddfa980f

View File

@ -33,7 +33,7 @@
| ![Deprecated][deprecated] | Deprecated | Please see code documentation for replacement |
| ![Experimental API][experimental] | Experimental API | Implementation annotated with [`@ApiStatus.Experimental`](https://github.com/JetBrains/java-annotations/blob/master/common/src/main/java/org/jetbrains/annotations/ApiStatus.java), API might be altered or removed without prior notice |
| ![Internal API][internal] | Internal API | Implementation annotated with [`@ApiStatus.Internal`](https://github.com/JetBrains/java-annotations/blob/master/common/src/main/java/org/jetbrains/annotations/ApiStatus.java), should not be used by 3rd party |
| ![Project-Level][project-level] | Project-Level Extension Point/Topic | Can have `Project` as constructor parameter.<br>Extension Point: Declared with `area="IDEA_PROJECT"`<br>Listener: registered in `<projectListeners>` |
| ![Project-Level][project-level] | Project-Level Extension Point/Topic | Can have `Project` as constructor parameter.<br/>Extension Point: Declared with `area="IDEA_PROJECT"`<br/>Listener: registered in `<projectListeners>` |
| ![Non-Dynamic][non-dynamic] | Non-Dynamic Extension Point | Installation/update of plugin requires restart ([Dynamic Plugins](dynamic_plugins.md)) |
[experimental]: https://img.shields.io/badge/-Experimental_API-red?style=flat-square