| Copyright | (c) Henry J. Wylde, 2015 |
|---|---|
| License | BSD3 |
| Maintainer | public@hjwylde.com |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Git.Fmt.Language
Contents
Description
Utilities for working with a general language.
Languages
Supported languages.
Constructors
| Json |
languageOf :: String -> Maybe Language Source
Gets the language of an extension.
renderWithTabs :: Doc -> String Source
Renders the document using the default "style" and replaces any prefixed spaces with tabs.