Include markdown and markdown_inline in pre-installed, since those are very likely unavoidable.

I use Markdown rendering for comment strings, or something like that,
hence this is probably good to have pre-emptively.
This commit is contained in:
2026-01-27 00:57:19 +01:00
parent d5c4af6ad0
commit 5b63e518b3

View File

@@ -11,6 +11,7 @@ return { {
'c', 'make', 'c', 'make',
'bash', 'gitignore', 'editorconfig', 'bash', 'gitignore', 'editorconfig',
'ini', 'json', 'yaml', 'ini', 'json', 'yaml',
'markdown', 'markdown_inline',
}) })
-- Define aliases for entries that lack an entry, but should have one. -- Define aliases for entries that lack an entry, but should have one.