mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
WIP
This commit is contained in:
parent
1c0096b2fb
commit
8cc91e05c4
@ -56,8 +56,6 @@ impl Highlighter for Helper {
|
||||
|
||||
fn highlight<'l>(&self, line: &'l str, _pos: usize) -> Cow<'l, str> {
|
||||
|
||||
return Cow::Borrowed(line);
|
||||
|
||||
let tokens = crate::parser::pipeline(nom_input(line));
|
||||
|
||||
match tokens {
|
||||
|
Loading…
Reference in New Issue
Block a user