mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-12 03:33:48 -05: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:
@@ -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': '!' },
|
||||
|
||||
Reference in New Issue
Block a user