Variable LexerConfig.commentBehavior

struct LexerConfig
{
  // ...
  CommentBehavior commentBehavior = CommentBehavior.intern;
  // ...
}