CucumberPartitionScanner.TAG, CucumberPartitionScanner.FEATURE, CucumberPartitionScanner.COMMENT};
}
protected CommentScanner getCommentScanner() {
if (commentScanner == null) {
commentScanner = new CommentScanner(colorManager);
commentScanner.setDefaultReturnToken(new Token(new TextAttribute(colorManager
.getColor(CucumberColorConstants.DEFAULT))));
}
return commentScanner;
}