diff --git a/README.md b/README.md index 9f8927c..a7c9ca6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ here is a list of the features (or better, limitations) I want to introduce: milly's full grammar is specified as a pair of lex and yacc files in `ref_parser/`. -kakoune plugin for milly is in `extra/milly.kak`. +kakoune plugin for milly is in `kakoune_rc/milly.kak`. Here is a small example of the syntax: diff --git a/extra/milly.kak b/kakoune_rc/milly.kak similarity index 100% rename from extra/milly.kak rename to kakoune_rc/milly.kak