intellij-sdk-code-samples/cls_tutorial.md
2015-03-17 10:49:18 +01:00

1.7 KiB

title
Custom Language Support Tutorial

{{ page.title }}

In this tutorial we will add basic support for .properties language and it's usages within Java code.

We will generate parser and PSI elements using Grammar-Kit plugin. The lexer class will be generated with JFlex.

This a step-by-step tutorial and it requires performing every step:

The final code can be found on GitHub.

For additional information check out the official documentation