Update path completions to handle spaces (#5419)

This commit is contained in:
JT
2022-05-03 12:37:38 +12:00
committed by GitHub
parent 1a52460695
commit e36649f74b
6 changed files with 94 additions and 26 deletions

View File

@ -18,7 +18,7 @@ pub use parse_keywords::*;
pub use parser::{
is_math_expression_like, parse, parse_block, parse_duration_bytes, parse_external_call,
trim_quotes, unescape_unquote_string, Import,
trim_quotes, trim_quotes_str, unescape_unquote_string, Import,
};
#[cfg(feature = "plugin")]