Dag Odenhall
Dag Odenhall
- For syntax, use the same symbols as `-XUnicodeSyntax` permits - http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#unicode-syntax - For identifiers, use the same symbols as the `base-unicode-symbols` and `containers-unicode-symbols` packages provide - http://www.haskell.org/haskellwiki/Unicode-symbols CC #45...
Currently the hpaste plugin simply uses the filetype setting as the language when posting to hpaste.org, but it's very possible that some of the supported languages have different names, and...
Should probably "extend" the html/xml snippets shipped with UltiSnips, and possibly add snippets for builtin Heist splices.
All messages are parsed as "unspecified type".
``` haskell {- without - indentexpr -} {- with - indentexpr -} ```
I'm currently using the Keyword group to highlight non-reserved syntactical keywords, but these are only keywords in specific contexts; for example "qualified" is only a keyword after an "import", and...