Merge pull request #72 from flxf/master

Add mustache support
This commit is contained in:
Martin Grenfell 2012-06-19 01:46:51 -07:00
commit 27979e7194

View File

@ -249,6 +249,7 @@ let s:delimiterMap = {
\ 'modula3': { 'left': '(*', 'right': '*)' },
\ 'monk': { 'left': ';' },
\ 'mush': { 'left': '#' },
\ 'mustache': { 'left': '{{!', 'right': '}}' },
\ 'named': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'nasm': { 'left': ';' },
\ 'nastran': { 'left': '$' },