neil-lindquist / lisp-paredit

Paredit for Atom
MIT License
24 stars 5 forks source link

Add interface to support accessing indentation information from dynamic/language packages #38

Open neil-lindquist opened 4 years ago

neil-lindquist commented 4 years ago

This would allow language-specific or runtime-inspecting packages to provide better indentation information than a single, static list of names. The first step is to gather a list of packages interesting in providing support.

Packages to support