]> git.eshelyaron.com Git - emacs.git/commit
Specify the matching chars for JSX open/close parenthesis
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Tue, 4 Jun 2019 15:37:36 +0000 (08:37 -0700)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Tue, 4 Jun 2019 16:05:40 +0000 (09:05 -0700)
commitea09b9fe34d2d715bf72a25e3f69ae2baff0b89c
treeb5f92b93bd438f60220351bbd9d1a399ce41923b
parentc4214e4dc19a40ebe22ea4db09ae3f8dd64a9143
Specify the matching chars for JSX open/close parenthesis

* lisp/progmodes/js.el (js-jsx--syntax-propertize-tag): Indicate the
matching parenthesis character (since JSX’s < and > aren’t typical
parenthesis) for the sake of packages like rainbow-delimiters which
need that information.
lisp/progmodes/js.el