jsx / jsx-mode.el

Emacs major mode for JSX, an altJS
72 stars 13 forks source link

Broken Parentheses Matching #11

Closed hooleyhoop closed 6 years ago

hooleyhoop commented 9 years ago

Sorry for the noise.. this could be something else but i'm seeing a problem where "Highlight Matching Parentheses" fails if there is a comment that contains an apostrophe. ie var wha = function(){ // this is a comment with an apostraphe.. isn't it }

Sorry if this isn't a Jsx-mode issue