plug.kak
plug.kak copied to clipboard
Add `kakrc` highlighters once the module has been loaded
In the plug.kak implementation, we have a try block with require-module kak.
We can leverage the ModuleLoaded hook to add the highlighters once the kak module has been loaded.
hook global ModuleLoaded kak %{
add-highlighter shared/kakrc/...
}