Add spans to all commands
This commit is contained in:
parent
e0b6c839e2
commit
b430f1594f
6 changed files with 23 additions and 21 deletions
|
|
@ -355,7 +355,7 @@ pub enum Command {
|
|||
#[derive(Debug)]
|
||||
pub struct File {
|
||||
pub contents: String,
|
||||
pub commands: Vec<Command>,
|
||||
pub commands: Vec<Spanned<Command>>,
|
||||
}
|
||||
|
||||
impl File {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue