Skip to content

Commit 69863bc

Browse files
committed
structure_view.md: cleanup
1 parent 863654e commit 69863bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/reference_guide/custom_language_support/structure_view.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In the implementation of `StructureViewTreeElement.getChildren()`, the plugin ca
3939
Another important method is `getPresentation()`, which can be used to customize the text, attributes, and icon used to represent an element in the structure view.
4040

4141
The implementation of `StructureViewTreeElement.getChildren()` needs to be matched by `TextEditorBasedStructureViewModel.getSuitableClasses()`.
42-
The latter method returns an array of `PsiElement`\-derived classes, which can be shown as structure view elements.
42+
The latter method returns an array of `PsiElement`-derived classes, which can be shown as structure view elements.
4343
It is used to select the Structure View item matching the cursor position when the structure view is first opened or when the <control>Autoscroll from source</control> option is enabled.
4444

4545
**Example:**

0 commit comments

Comments
 (0)