new StyleRange(0, 0, colors[COLOR_GRAY], null, SWT.BOLD),
new StyleRange(0, 0, colors[COLOR_GRAY], null, SWT.NORMAL)
};
// -- lexer for finding language parts --
lexer = new RubyYaccLexer();
ParserSupport parserSupport = new ParserSupport();
RubyStepMeta meta = new RubyStepMeta();
Ruby runtime = RubyStepFactory.createScriptingContainer(true,meta.getRubyVersion()).getProvider().getRuntime();
ParserConfiguration parserConfig = new ParserConfiguration(runtime, 0, true, CompatVersion.BOTH);