diff --git a/topics/basics/architectural_overview/element_patterns.md b/topics/basics/architectural_overview/element_patterns.md index f8d1cd677..824330972 100644 --- a/topics/basics/architectural_overview/element_patterns.md +++ b/topics/basics/architectural_overview/element_patterns.md @@ -92,7 +92,7 @@ Note that finding an identifiable part of a pattern can be achieved by setting a Using the Markdown code example from above, we note that the `MarkdownLinkDestinationImpl` class is used in the element pattern. Now, set a breakpoint at: -```java +```text com.intellij.patterns.ElementPattern#accepts( java.lang.Object, com.intellij.util.ProcessingContext diff --git a/topics/intro/content_updates.md b/topics/intro/content_updates.md index 1533b89a6..792036def 100644 --- a/topics/intro/content_updates.md +++ b/topics/intro/content_updates.md @@ -6,6 +6,13 @@ Follow [JBPlatform](https://twitter.com/JBPlatform/) on Twitter and visit [JetBr See [GitHub Changelog](https://github.com/JetBrains/intellij-sdk-docs/commits/main) ([RSS](https://github.com/JetBrains/intellij-sdk-docs/commits/main.atom)) for a detailed changelog. +## 2021 + +### March-21 + +Element Patterns +: Add a new section about [Element Patterns](element_patterns.md) that are used when implementing [Completion Contributors](completion_contributor.md) or [PSI Reference Contributors](psi_references.md#contributed-references). + ## 2020 ### December-20