Skip to content

Commit

Permalink
Merge pull request #29 from julienvincent/jv/add-fennel-extension
Browse files Browse the repository at this point in the history
Add a link to the fennel language extension
  • Loading branch information
julienvincent committed Sep 11, 2023
2 parents e63ad68 + 36404a8 commit b68207e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ Or by calling the `add_language_extension` API directly before the setup. This w
require("nvim-paredit").extension.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.
Expand Down

0 comments on commit b68207e

Please sign in to comment.