bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36053: 27.0.50; no matching char specified in jsx syntax table


From: Dmitry Gutov
Subject: bug#36053: 27.0.50; no matching char specified in jsx syntax table
Date: Mon, 3 Jun 2019 17:17:32 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0

Jackson, could you please take a look when you have the time?

On 02.06.2019 12:38, Tijs Mallaerts wrote:
Rainbow-delimiters-mode marks the closing angle brackets of jsx syntax as mismatched because no matching chars seem to be specified in the jsx syntax table.

These are the text properties of the opening angle bracket:
   face                 (rainbow-delimiters-depth-2-face)
   font-lock-multiline  t
   fontified            t
   js-jsx-close-tag-pos 97
   js-jsx-syntax-table  (4)
   js-jsx-tag-beg       (open . 57)
   syntax-multiline     t
   syntax-table         (4)

And these are the text properties of the closing angle bracket:
   face                 (rainbow-delimiters-mismatched-face)
   font-lock-multiline  t
   fontified            t
   js-jsx-syntax-table  (5)
   syntax-multiline     t
   syntax-table         (5)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]