Skip to content

Commit

Permalink
reverted change
Browse files Browse the repository at this point in the history
  • Loading branch information
JobPetrovcic committed Apr 13, 2024
1 parent dc4c48a commit 3ccc33e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/full/Agda/Interaction/Highlighting/Sexp/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import Agda.TypeChecking.Monad as TCM

import Agda.Utils.Function
import qualified Agda.Utils.IO.UTF8 as UTF8
import Agda.Utils.Pretty
import Agda.Syntax.Common.Pretty

import Agda.Utils.Impossible

Expand All @@ -72,6 +72,7 @@ dumpFileExt ft =
RstFileType -> "rst-sexp"
TexFileType -> "tex-sexp"
OrgFileType -> "org-sexp"
TypstFileType -> "typst-sexp"

-- | Options for AST dump

Expand Down Expand Up @@ -164,6 +165,7 @@ instance Sexpable Origin where
toSexp CaseSplit = constr "case-split" []
toSexp Substitution = constr "substitution" []
toSexp ExpandedPun = constr "expanded-pun" []
toSexp Generalization = constr "generalization" []

instance Sexpable ProjOrigin where
toSexp ProjPrefix = constr "user-written" []
Expand Down

0 comments on commit 3ccc33e

Please sign in to comment.