Agda-2.6.2.1.20220327: A dependently typed functional programming language and proof assistant
Safe HaskellSafe-Inferred
LanguageHaskell2010

Agda.Interaction.Highlighting.Common

Description

Common syntax highlighting functions for Emacs and JSON

Synopsis

Documentation

toAtoms :: Aspects -> [String] Source #

Converts the aspect and otherAspects fields to strings that are friendly to editors.

chooseHighlightingMethod :: HighlightingInfo -> HighlightingMethod -> HighlightingMethod Source #

Choose which method to use based on HighlightingInfo and HighlightingMethod