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

2.1 KiB

title
Custom Language Support Tutorial

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

Tip

IntelliJ Platform support for custom languages is discussed in more depth in the Custom Language Support section.

The example plugin used in this tutorial is the simple_language_plugin code sample. This a step-by-step tutorial, and it requires completing each step, in order: