mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-12-12 05:23:44 +08:00
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:
parent
5100f47542
commit
f46226bcd6
|
@ -284,7 +284,6 @@ let s:delimiterMap = {
|
|||
\ 'mkd': { 'left': '<!---', 'right': '-->' },
|
||||
\ 'mma': { 'left': '(*', 'right': '*)' },
|
||||
\ 'model': { 'left': '$', 'right': '$' },
|
||||
\ 'moduala.': { 'left': '(*', 'right': '*)' },
|
||||
\ 'modula2': { 'left': '(*', 'right': '*)' },
|
||||
\ 'modula3': { 'left': '(*', 'right': '*)' },
|
||||
\ 'molpro': { 'left': '!' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user