neil-lindquist / lisp-paredit

Paredit for Atom
MIT License
24 stars 5 forks source link

Option to extend the supported grammar list via config? #17

Closed dead-claudia closed 4 years ago

dead-claudia commented 8 years ago

I'm looking at there's quite a few lesser-known Lisps (and other s-expression-based languages) that will likely never be popular enough to be popular here, like Sibilant, and some that might, like LFE (Lisp Flavoured Erlang), somewhat notable in Erlang circles. I've also occasionally contributed to ESLisp, an experiment of what JavaScript would be like if it used s-expressions instead of curly braces (the rest of the semantics are nearly identical). It would be nice to have a config option to enable support for this in other grammars beyond the stock set.

neil-lindquist commented 4 years ago

I've implemented this in the master branch, and will include it in the next release.