Fix number :(

This commit is contained in:
Patrick Scheibe 2021-08-07 01:57:17 +02:00
parent cf6bcec2d8
commit 1b82a85ec5

View File

@ -20,6 +20,6 @@ As an example, the plugin implemented in the [Custom Language Support Tutorial](
* [8. Find Usages Test](find_usages_test.md)
* [9. Commenter Test](commenter_test.md)
* [10. Reference Test](reference_test.md)
* [12. Documentation Test](documentation_test.md)
* [11. Documentation Test](documentation_test.md)
The plugin and test code can be found in the [simple_language_plugin](https://github.com/JetBrains/intellij-sdk-code-samples/tree/main/simple_language_plugin) code sample.