Refactor ide handling for paths in derive inputs
This commit is contained in:
@@ -560,7 +560,7 @@ impl Field {
|
||||
|
||||
fn lower(grammar: &Grammar) -> AstSrc {
|
||||
let mut res = AstSrc {
|
||||
tokens: "Whitespace Comment String ByteString IntNumber FloatNumber"
|
||||
tokens: "Whitespace Comment String ByteString IntNumber FloatNumber Ident"
|
||||
.split_ascii_whitespace()
|
||||
.map(|it| it.to_string())
|
||||
.collect::<Vec<_>>(),
|
||||
|
||||
Reference in New Issue
Block a user