intellij-sdk-code-samples/topics/tutorials/custom_language_support_tutorial.md

1.8 KiB

In this tutorial we will add support for a .properties language and its usages within Java code.

IntelliJ Platform support for custom languages is discussed in more depth in the Custom Language Support section. Corresponding parts are linked under "Reference" on top of each page in this tutorial.

{type="tip"}

The complete and fully working example plugin used in this tutorial is the simple_language_plugin code sample.

{type="note"}

This a step-by-step tutorial, and it requires completing each step, in order: