1

I want integrate PAWN compiler and its syntax highlighting into Eclipse... What's the recommended way to do that?

Is it possible?

Thanks. https://compuphase.com/pawn/pawn.htm

Yousha Aleayoub
  • 4,532
  • 4
  • 53
  • 64
  • 1
    Eclipse editors must be written specifically for Eclipse so you can't just use an existing highlighter. [Eclipse Xtext](https://eclipse.org/Xtext/) provides a system for adding new languages to Eclipse - but this is quite a lot of work. – greg-449 Feb 24 '17 at 07:54

1 Answers1

1

You can use Eclipse Xtext but it will take some time to get it to work.

gobbz
  • 11
  • 2