File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -878,6 +878,7 @@ tSymbol sym =
878
878
(\ t -> EUnder False t acc) <$> texToken
879
879
Just acc@ (ESymbol TOver _) ->
880
880
(\ t -> EOver False t acc) <$> texToken
881
+ Just (ESymbol Alpha t) -> return $ EIdentifier t -- see #256
881
882
Just x -> return x
882
883
Nothing
883
884
| sym == " \\ mod" -> do
Original file line number Diff line number Diff line change 89
89
, EIdentifier "\953"
90
90
, EIdentifier "\922"
91
91
, EIdentifier "\954"
92
- , ESymbol Alpha "\120600"
92
+ , EIdentifier "\120600"
93
93
, EIdentifier "\923"
94
94
, EIdentifier "\120556"
95
95
, EIdentifier "\955"
105
105
, EIdentifier "\928"
106
106
, EIdentifier "\120561"
107
107
, EIdentifier "\960"
108
- , ESymbol Alpha "\982"
108
+ , EIdentifier "\982"
109
109
, EIdentifier "\929"
110
110
, EIdentifier "\961"
111
111
, EIdentifier "\931"
You can’t perform that action at this time.
0 commit comments