mirror of
https://github.com/github/semantic.git
synced 2024-12-28 09:21:35 +03:00
Spacing.
This commit is contained in:
parent
1bdead623c
commit
83aa91006f
@ -38,9 +38,11 @@ type Error = Assignment.Error Grammar.Grammar
|
||||
type Term = Term.Term (Union Syntax) (Record Location)
|
||||
type Assignment = HasCallStack => Assignment.Assignment (Cofree [] (Record (CMark.NodeType ': Location))) Grammar.Grammar Term
|
||||
|
||||
|
||||
assignment :: Assignment
|
||||
assignment = makeTerm <$> symbol Grammar.Document <*> children (Markup.Document <$> many blockElement)
|
||||
|
||||
|
||||
-- Block elements
|
||||
|
||||
blockElement :: Assignment
|
||||
|
Loading…
Reference in New Issue
Block a user