added delimiters for idris (http://www.idris-lang.org)

This commit is contained in:
raichoo 2013-06-07 11:24:02 +02:00
parent 0b3d928dce
commit a35a568a3f

View File

@ -183,6 +183,7 @@ let s:delimiterMap = {
\ 'gsp': { 'left': '<%--', 'right': '--%>', 'leftAlt': '<!--','rightAlt': '-->'},
\ 'gtkrc': { 'left': '#' },
\ 'haskell': { 'left': '{-','right': '-}', 'leftAlt': '--' },
\ 'idris': { 'left': '{-','right': '-}', 'leftAlt': '--' },
\ 'hb': { 'left': '#' },
\ 'h': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'haml': { 'left': '-#', 'leftAlt': '/' },