Skip to content

whereswaldon/myrddin-kak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

myrddin-kak

WARNING: This project is very new and experimental. Use at your own risk.

Kakoune syntax highlighting and simple tools for Myrddin.

Installation

git clone https://github.com/whereswaldon/myrddin-kak
ln -sv $PWD/kakdown/myrddin.kak ~/.config/kak/autoload/

Note: If this is your first time installing a Kakoune plugin and you don't already have a ~/.config/kak/autoload/ folder, I recommend following these steps to create it:

mkdir -p ~/.config/kak/autoload/
ln -sv $(dirname $(which kak))/../share/kak/autoload ~/.config/kak/autoload/system

If you don't symlink the system-wide autoload folder, all of the default Kakoune commands will not be available next time you start your editor.

Commands

No commands are currently exported. We'll get there...

Configuration

Currently, nothing in this project needs configuration. Myrddin files should be highlighted automatically.

Todo

  • Add highlighters for more advanced syntax constructs
  • Add options/hooks/commands for automatic completion of certain structures

Contribute

Feature requests and pull requests welcome!

License

Unlicense

Releases

No releases published

Packages

No packages published