I've been developing a compiler for a new language. I thought it would be neat to be able to demonstrate its development in a syntax aware environment. The language has quite a few custom keywords, and its structure is significantly different than common languages such as Java or C/C++.
How can I develop a custom syntax highligher for Eclipse? I've seen some references to a few plugins, but the documentation is not thorough enough for my beginner's needs.
I have a grammar/REs for my language, as well as lists of relevant keywords.
question from:
https://stackoverflow.com/questions/746031/how-can-i-create-a-custom-eclipse-syntax-highlighter 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…