From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Jackson Ray Hamilton Newsgroups: gmane.emacs.devel Subject: Re: Comprehensive JSX support in Emacs Date: Mon, 8 Apr 2019 23:06:25 -0700 Message-ID: <89553bf6-1ba5-d2f8-1236-0f33a1b9dabd@jacksonrayhamilton.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="171648"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 Cc: emacs-devel@gnu.org To: monnier@iro.umontreal.ca Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 09 08:07:29 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hDjur-000iTX-JM for ged-emacs-devel@m.gmane.org; Tue, 09 Apr 2019 08:07:29 +0200 Original-Received: from localhost ([127.0.0.1]:35960 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDjuq-0007oD-HP for ged-emacs-devel@m.gmane.org; Tue, 09 Apr 2019 02:07:28 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:41902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDju1-0007dM-4C for emacs-devel@gnu.org; Tue, 09 Apr 2019 02:06:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hDjtz-00018f-Ag for emacs-devel@gnu.org; Tue, 09 Apr 2019 02:06:37 -0400 Original-Received: from mta-10-4.privateemail.com ([198.54.122.62]:44244) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hDjty-00015P-0e for emacs-devel@gnu.org; Tue, 09 Apr 2019 02:06:35 -0400 Original-Received: from MTA-10.privateemail.com (localhost [127.0.0.1]) by MTA-10.privateemail.com (Postfix) with ESMTP id DF68260038; Tue, 9 Apr 2019 02:06:25 -0400 (EDT) Original-Received: from [192.168.88.227] (unknown [10.20.151.241]) by MTA-10.privateemail.com (Postfix) with ESMTPA id B132060033; Tue, 9 Apr 2019 06:06:25 +0000 (UTC) In-Reply-To: Content-Language: en-US X-Virus-Scanned: ClamAV using ClamSMTP X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 198.54.122.62 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:235152 Archived-At: Stefan, I=E2=80=99ve pushed a commit adding a few comments to the code explaining= what I=20 do in syntax-propertize-function and the rest (=E2=80=9CExplain reasoning= s for=20 JSX syntax support design decisions=E2=80=9D). I also pushed a commit marking < and > in the JSX parts with parenthesis=20 syntax (=E2=80=9CAdd open/close parenthesis syntax to =E2=80=9C<=E2=80=9D= and =E2=80=9C>=E2=80=9D in JSX=E2=80=9D). Jackson