Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Add kakrc highlighters once the module has been loaded #13

@alexherbo2

Description

@alexherbo2

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/...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions