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',
|
'markdown',
|
||||||
'nroff',
|
'nroff',
|
||||||
'org',
|
'org',
|
||||||
'rst',
|
'pandoc',
|
||||||
'plaintex',
|
'plaintex',
|
||||||
|
'rst',
|
||||||
'tex',
|
'tex',
|
||||||
'text',
|
'text',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user