From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Call for volunteers: add tree-sitter support to major modes Date: Sat, 22 Oct 2022 09:42:19 +0300 Message-ID: <83edv0uzp0.fsf@gnu.org> References: <83sfjtd2bg.fsf@gnu.org> <83o7uhawb9.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37700"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: =?utf-8?Q?Jo=C3=A3o?= Paulo Labegalini de Carvalho Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Oct 22 09:12:02 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1om8fq-0009VO-66 for ged-emacs-devel@m.gmane-mx.org; Sat, 22 Oct 2022 09:12:02 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1om8DB-0000JN-7z; Sat, 22 Oct 2022 02:42:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1om8D6-0000Iu-6W for emacs-devel@gnu.org; Sat, 22 Oct 2022 02:42:20 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1om8D5-0006JB-Qf; Sat, 22 Oct 2022 02:42:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=adgtXcbewj2prwgGJ8vLwUMkDtsiQiu/vq7Vj9elWv0=; b=YgKJqVtk2a/Q09wF2DG4 3XrnpC9CZf5bJvLdq0+EFMdV/oxfxmI/gu/W7L4h2/O7bEd/gwiCvl4tET9yNpTKkZ2Pvoz00TTIN iS3SG7EUB0qWzDx62Yp12Xyhc+NTROX4SJ/4dKJ9m6chygqyeckilRbi2WJVskas6nvbmV1qypZH9 PWCuwKixIYWP2235BnMKtcv0f7DEv/pzGKBp8H4dFEZwkOJWOruRCk1tAas2hTH7zdLcdb7DH/sEe wjqsz+2rXgf12W+ZPxJ/M6nnjiPrk9mzYtlCW61dJkYX9sBkPrE3DkYOPGy6f3skiPYAMHgOGAAvn 3TMTXhOFmD3Slg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1om8D5-0006wX-3C; Sat, 22 Oct 2022 02:42:19 -0400 In-Reply-To: (message from =?utf-8?Q?Jo=C3=A3o?= Paulo Labegalini de Carvalho on Fri, 21 Oct 2022 17:45:41 -0600) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: "Emacs-devel" Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:298259 Archived-At: > From: João Paulo Labegalini de Carvalho > Date: Fri, 21 Oct 2022 17:45:41 -0600 > Cc: emacs-devel@gnu.org > > With the work a did today I was able to answer my own questions. > > I managed to use `sh-feature' function to obtain the lists of keywords & builtins for fontification. > > I am planning to soon submit a patch for review but mainly for the style of bits I have implemented. Thanks for working on this.