From a6edbda0e19db1a9beab47037b16320e0fc5f865 Mon Sep 17 00:00:00 2001 From: Julien Vincent Date: Sun, 10 Sep 2023 17:50:50 +0100 Subject: [PATCH] Add a link to the fennel language extention --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dc1bf8a..5a12fce 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,10 @@ Or by calling the `add_language_extension` API directly before the setup. This w require("nvim-paredit.lang").add_language_extension("commonlisp", { ... }). ``` +### Existing Language Extensions + ++ [fennel](https://github.com/julienvincent/nvim-paredit-fennel) + --- As no attempt has been made to add support for other grammars I have no idea if the language extension API's are actually sufficient for adding additional languages. They will evolve as attempts are made.