From 85de4c7b4e3cbe72d39465517f1f193a5d7d642a Mon Sep 17 00:00:00 2001 From: Francesco Magliocca Date: Fri, 20 May 2022 12:07:06 +0200 Subject: [PATCH] Rename kakoune scripts directory --- README.md | 2 +- {extra => kakoune_rc}/milly.kak | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {extra => kakoune_rc}/milly.kak (100%) 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