Remove apparently bogus filetype

I can't find any record of this being a legitimate filetype. It isn't in
vim or nvim's filetype detection system and nothing comes up in search.
If it's legit somebody can complain and we'll add it back, but it seems
likely this was left over from a fat-fingered mistake during the initial
development of the plugin.

Fixes #363
This commit is contained in:
Caleb Maclennan 2019-03-07 12:00:42 +03:00
parent 5100f47542
commit f46226bcd6
No known key found for this signature in database
GPG Key ID: 63CC496475267693

View File

@ -284,7 +284,6 @@ let s:delimiterMap = {
\ 'mkd': { 'left': '<!---', 'right': '-->' }, \ 'mkd': { 'left': '<!---', 'right': '-->' },
\ 'mma': { 'left': '(*', 'right': '*)' }, \ 'mma': { 'left': '(*', 'right': '*)' },
\ 'model': { 'left': '$', 'right': '$' }, \ 'model': { 'left': '$', 'right': '$' },
\ 'moduala.': { 'left': '(*', 'right': '*)' },
\ 'modula2': { 'left': '(*', 'right': '*)' }, \ 'modula2': { 'left': '(*', 'right': '*)' },
\ 'modula3': { 'left': '(*', 'right': '*)' }, \ 'modula3': { 'left': '(*', 'right': '*)' },
\ 'molpro': { 'left': '!' }, \ 'molpro': { 'left': '!' },