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:
James Keim
2022-02-01 08:46:19 +00:00
committed by GitHub
parent 9ddecaf875
commit 4464a1fa54

View File

@@ -11,8 +11,9 @@ local options = {
'markdown',
'nroff',
'org',
'rst',
'pandoc',
'plaintex',
'rst',
'tex',
'text',
},