mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
EP lists: fix tags
This commit is contained in:
parent
3795c2729e
commit
e3e3b4cc97
@ -109,9 +109,11 @@ See [](intellij_platform_extension_point_list.md) for IntelliJ Platform.
|
||||
|-----------------|----------------|
|
||||
| [xcode.pbxReferenceBuildSettingsProvider](https://jb.gg/ipe?extensions=xcode.pbxReferenceBuildSettingsProvider) ![Non-Dynamic][non-dynamic] | `PBXReferenceBuildSettingProvider` |
|
||||
|
||||
[experimental]: https://img.shields.io/badge/-Experimental_API-red?style=flat-square
|
||||
[internal]: https://img.shields.io/badge/-Internal_API-darkred?style=flat-square
|
||||
[deprecated]: https://img.shields.io/badge/-Deprecated-lightgrey?style=flat-square
|
||||
[removal]: https://img.shields.io/badge/-Removal-red?style=flat-square
|
||||
[obsolete]: https://img.shields.io/badge/-Obsolete-grey?style=flat-square
|
||||
[experimental]: https://img.shields.io/badge/-Experimental-violet?style=flat-square
|
||||
[internal]: https://img.shields.io/badge/-Internal-darkred?style=flat-square
|
||||
[project-level]: https://img.shields.io/badge/-Project--Level-blue?style=flat-square
|
||||
[non-dynamic]: https://img.shields.io/badge/-Non--Dynamic-orange?style=flat-square
|
||||
[deprecated]: https://img.shields.io/badge/-Deprecated-lightgrey?style=flat-square
|
||||
[dumb-aware]: https://img.shields.io/badge/-DumbAware-darkgreen?style=flat-square
|
||||
|
@ -1683,8 +1683,8 @@ and add in intellij_community_plugins_extension_point_list.md.
|
||||
[deprecated]: https://img.shields.io/badge/-Deprecated-lightgrey?style=flat-square
|
||||
[removal]: https://img.shields.io/badge/-Removal-red?style=flat-square
|
||||
[obsolete]: https://img.shields.io/badge/-Obsolete-grey?style=flat-square
|
||||
[experimental]: https://img.shields.io/badge/-Experimental_API-red?style=flat-square
|
||||
[internal]: https://img.shields.io/badge/-Internal_API-darkred?style=flat-square
|
||||
[experimental]: https://img.shields.io/badge/-Experimental-violet?style=flat-square
|
||||
[internal]: https://img.shields.io/badge/-Internal-darkred?style=flat-square
|
||||
[project-level]: https://img.shields.io/badge/-Project--Level-blue?style=flat-square
|
||||
[non-dynamic]: https://img.shields.io/badge/-Non--Dynamic-orange?style=flat-square
|
||||
[dumb-aware]: https://img.shields.io/badge/-DumbAware-darkgreen?style=flat-square
|
||||
|
Loading…
x
Reference in New Issue
Block a user