mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 06:35:56 +02:00
Make lexing configurable wrt newlines (#3682)
This commit is contained in:
@ -10,7 +10,7 @@ mod parse;
|
||||
mod scope;
|
||||
mod shapes;
|
||||
|
||||
pub use lex::lexer::{lex, parse_block};
|
||||
pub use lex::lexer::{lex, parse_block, NewlineMode};
|
||||
pub use lex::tokens::{LiteBlock, LiteCommand, LiteGroup, LitePipeline};
|
||||
pub use parse::{classify_block, garbage, parse, parse_full_column_path, parse_math_expression};
|
||||
pub use scope::ParserScope;
|
||||
|
Reference in New Issue
Block a user