Adds support for literate Haskell.

Since literate code has anti-comments this might be a hack, but it works well
enough. :)
This commit is contained in:
Bryan Richter 2011-10-25 10:02:03 -07:00
parent a346df98e7
commit d5fed4daff

View File

@ -211,6 +211,7 @@ let s:delimiterMap = {
\ 'lace': { 'left': '--' },
\ 'ldif': { 'left': '#' },
\ 'less': { 'left': '/*','right': '*/' },
\ 'lhaskell': { 'left': '>{-','right': '-}', 'leftAlt': '>-- ' },
\ 'lilo': { 'left': '#' },
\ 'lilypond': { 'left': '%' },
\ 'liquid': { 'left': '{% comment %}', 'right': '{% endcomment %}' },