1use crate::language::CSV_LANG; 2/// A CSV lexer. 3pub type CsvLexer = oak_dsv::lexer::DsvLexer<CSV_LANG>;