aboutsummaryrefslogtreecommitdiffstats
path: root/test/manual/indent/jsx-comment-string.jsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ignore comments and strings when matching JSXJackson Ray Hamilton2019-12-071-0/+7
| | | | | | * lisp/progmodes/js.el (js-jsx--matching-close-tag-pos): Ignore comments and strings. * test/manual/indent/jsx-comment-string.jsx: New test.
* Ignore comments and strings when recognizing JSXJackson Ray Hamilton2019-09-221-0/+16
* lisp/progmodes/js.el (js-syntax-propertize): Ignore comments and strings. * test/manual/indent/jsx-comment-string.jsx: New test.