This commit is contained in:
JT
2021-09-13 19:31:11 +12:00
parent 648fe052db
commit eb67eab122
2 changed files with 15 additions and 11 deletions

View File

@ -34,7 +34,7 @@ pub enum SyntaxShape {
GlobPattern,
/// A block is allowed, eg `{start this thing}`
Block,
Block(Vec<(Vec<u8>, SyntaxShape)>),
/// A table is allowed, eg `[[first, second]; [1, 2]]`
Table,