Skip to content

Commit

Permalink
Added a rule for explicitly typeset associations
Browse files Browse the repository at this point in the history
  • Loading branch information
lshifr committed Nov 4, 2013
1 parent b69a523 commit 3730f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CodeFormatter.m
Expand Up @@ -88,7 +88,8 @@
{
s_String /; StringMatchQ[s, Whitespace|""] :> Sequence[],
RowBox[{r_RowBox}] :> r,
RowBox[{}]:>Sequence[]
RowBox[{}]:>Sequence[],
RowBox[{"Association", "[",inner__,"]"}]:> RowBox[{"<|",inner,"|>"}]
};


Expand Down

0 comments on commit 3730f0a

Please sign in to comment.