Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Xtext coloring code fragments(Xtext coloring code fragments)
Xtext coloring code fragments [message #1737320] Thu, 07 July 2016 05:38
Eclipse UserFriend
Hi,

I have an utility which converts a bin file to ascii format like

JPLTEXT=proc get_data
JPLTEXT={
JPLTEXT= dbms sql select qual_key, memo from dciqualc \\
JPLTEXT= where lead_type = 'MAINT'
JPLTEXT=}

Is it possible to apply xtext parsing rule for only code i.e.

proc get_data
{
dbms sql select qual_key, memo from dciqualc \\
where lead_type = 'MAINT'
}

[Updated on: Thu, 07 July 2016 05:39] by Moderator

Previous Topic: custom export wizard in eclipse
Next Topic:Class in plugin not resolving in IDE
Goto Forum:
  


Current Time: Tue Nov 04 08:39:14 EST 2025

Powered by FUDForum. Page generated in 0.02849 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top