plugin loading error handling

This commit is contained in:
2025-10-27 15:53:54 +11:00
parent 2da07762a4
commit 06de2bd52b
3 changed files with 28 additions and 12 deletions

View File

@@ -13,5 +13,6 @@ theme_mappings = {
"sh": "bash",
"yaml": "yaml",
"md": "markdown",
"gitignore": "markdown"
"gitignore": "markdown",
"lua": "lua"
}