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: [NonGNU ELPA] New package: blueprint-ts-mode Date: Sat, 09 Sep 2023 14:45:51 +0300 Message-ID: <838r9fvac0.fsf@gnu.org> References: <1e45e194-a180-4d80-bd2b-2b5961d760e8@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28323"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Huan Thieu Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 09 13:46:59 2023 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 1qewQU-0007B9-NO for ged-emacs-devel@m.gmane-mx.org; Sat, 09 Sep 2023 13:46:58 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qewPd-0004r5-Bg; Sat, 09 Sep 2023 07:46:05 -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 1qewPY-0004q8-ML for emacs-devel@gnu.org; Sat, 09 Sep 2023 07:46:02 -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 1qewPW-0003OI-MC; Sat, 09 Sep 2023 07:46:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=XWDB4OtN8CPkhhrG5uaVAR9NdPhflfavAJ2/lK4Vp4g=; b=ZcimOoRHJTZg sggcn76znbJOLMmvu+/rBHCNRpoW5Lh9KEGUA0DTZV0cseyDaCMm/7WxmlFWiPsy1W2rTrNzzozS+ /IGABkFpm+k2cKr6FlexqEgP/ehk+htysu4mPqcAngVbz+SUHc/LaL8t2Xv1BRnrv8JqGIhIfEVuw 5VfjtBrAOuYiacwSrFKAtztMhI2gAbiNQTkqI67+Ak6ZstiP+c5N2h4dJYk4yECv+EDP/f944Ta6r wS1reQmFlGEHKmenweD502XKyuvRj37wD4b8xABhjVS2ml/mH7VbzE/MZu+xFDjD/iuvwjbzK7Yxp Dsikyfcs/PzCnCHqamEPhg==; In-Reply-To: <1e45e194-a180-4d80-bd2b-2b5961d760e8@gmail.com> (message from Huan Thieu Nguyen on Sat, 9 Sep 2023 12:10:38 +0200) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:310399 Archived-At: > Date: Sat, 9 Sep 2023 12:10:38 +0200 > From: Huan Thieu Nguyen > > I made a tree-sitter based mode for blueprint files > . I'd like to add it to > NonGNU ELPA. Thanks, but where is the tree-sitter grammar library for this mode? I don't see its URL or any other information anywhere in the mode's source. How would the users know where to find the grammar?