diff options
| author | moxie <moxie@3kgcat.fi> | 2026-03-15 14:17:01 +0200 |
|---|---|---|
| committer | moxie <moxie@3kgcat.fi> | 2026-03-15 14:17:01 +0200 |
| commit | 37cd862b5e0fbd7ae4d421e0cad8e198d5653381 (patch) | |
| tree | 4de54b38472e2dff034e422cc29fc6e4ad2fc810 /lua/muwiki/config.lua | |
| parent | 97cbb42f24ef8836c2d7738e60d67515384c3f7c (diff) | |
feat: add text_extensions config
Diffstat (limited to 'lua/muwiki/config.lua')
| -rw-r--r-- | lua/muwiki/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/muwiki/config.lua b/lua/muwiki/config.lua index 9d668b9..a2121b1 100644 --- a/lua/muwiki/config.lua +++ b/lua/muwiki/config.lua @@ -3,6 +3,7 @@ local M = {} M.options = { dirs = nil, index_file = 'index.md', + text_extensions = { 'txt', 'py', 'rb', 'js', 'ts', 'lua', 'sh', 'bash', 'zsh', 'vim', 'json', 'yaml', 'yml', 'toml', 'xml', 'html', 'css' }, } function M.setup(opts) |
