I started developing a custom language plugin for PhpStorm, the best IDE for PHP I've met so far. But since the documentation for plugin development is rather poor and I have to dig in the code a lot, I decided to share my hardly gained knowledge with others.
So first things you'll (I'll) need to start:
- Learn Java ;)
- Read overview of IntelliJ IDEA Architecture
- Read into to Custom language development
I'll be working on support for Latte templating language (part of Nette framework), you can follow my progres on GitHub.
Wish me luck, and see you next week.

