Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.94 KB

custom_language_support_tutorial.md

File metadata and controls

36 lines (30 loc) · 1.94 KB
title
Custom Language Support Tutorial

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 in the SamplePlugin repo on GitHub.