feat: add pandoc to wordcount part (#32)
This simply adds the 'pandoc' filetype so the wordcount works with Vim-Pandoc and Vim-Pandoc-Syntax.
This commit is contained in:
@@ -11,8 +11,9 @@ local options = {
|
||||
'markdown',
|
||||
'nroff',
|
||||
'org',
|
||||
'rst',
|
||||
'pandoc',
|
||||
'plaintex',
|
||||
'rst',
|
||||
'tex',
|
||||
'text',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user