Merge branch 'trunk' of github.com:rtfeldman/roc into function_closure_to_mark_node

This commit is contained in:
Anton-4 2021-10-15 12:04:51 +02:00
commit 428b4574ae
71 changed files with 1936 additions and 389 deletions

View file

@ -23,7 +23,7 @@ pub fn new_comma_mn_ast(ast_node_id: ASTNodeId, parent_id_opt: Option<MarkNodeId
MarkupNode::Text {
content: nodes::COMMA.to_owned(),
ast_node_id,
syn_high_style: HighlightStyle::Blank,
syn_high_style: HighlightStyle::Comma,
attributes: Attributes::default(),
parent_id_opt,
newlines_at_end: 0,