Fuco1 / smartparens

Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
GNU General Public License v3.0
1.8k stars 193 forks source link

Add support for js-ts-mode and typescript-ts-mode #1174

Closed akreisher closed 8 months ago

akreisher commented 8 months ago

Adds the new Emacs 29+ js-ts-mode and typescript/tsx-ts-mode to the configs for smartparent-javascript.

I also added tsx-ts-mode to sp--html-modes which should address https://github.com/Fuco1/smartparens/issues/1168.

Fuco1 commented 8 months ago

Thanks!