Skip to content

Commit

Permalink
introduce "See also" config
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Jan 31, 2024
1 parent d26dd2c commit 1e3ea13
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 13 deletions.
8 changes: 8 additions & 0 deletions c.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->

<!DOCTYPE categories SYSTEM "https://resources.jetbrains.com/writerside/1.0/categories.dtd">
<categories>
<category id="related" name="Related topics" order="1"/>
<category id="external" name="External resources" order="2"/>
</categories>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->

# Testing a Custom Language Plugin

<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->

<link-summary>Tutorial demonstrating how to develop tests for custom language plugin features.</link-summary>

> Please see [](testing_plugins.md) for a general introduction.
Expand All @@ -15,14 +15,20 @@ As an example, the plugin implemented in the [Custom Language Support Tutorial](
> Corresponding parts are linked under **Tested Functionality** on top of each page in this tutorial.
>
* [](tests_prerequisites.md)
* [](parsing_test.md)
* [](completion_test.md)
* [](annotator_test.md)
* [](formatter_test.md)
* [](rename_test.md)
* [](folding_test.md)
* [](find_usages_test.md)
* [](commenter_test.md)
* [](reference_test.md)
* [](documentation_test.md)
* [](tests_prerequisites.md)
* [](parsing_test.md)
* [](completion_test.md)
* [](annotator_test.md)
* [](formatter_test.md)
* [](rename_test.md)
* [](folding_test.md)
* [](find_usages_test.md)
* [](commenter_test.md)
* [](reference_test.md)
* [](documentation_test.md)

<seealso style="cards">
<category ref="related">
<a href="testing_plugins.md"/>
</category>
</seealso>
1 change: 1 addition & 0 deletions writerside.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
<vars src="v.list" />
<vars src="v-releases.list" />
<snippets dir="code_samples"/>
<categories src="c.list"/>
<instance src="ijs.tree" keymaps-mode="none" id="intellij" web-path="/intellij/"/>
</ihp>

0 comments on commit 1e3ea13

Please sign in to comment.