From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: Re: Small nit Date: Thu, 08 Dec 2022 16:29:24 +0100 Message-ID: References: <13F82EDB-4D8E-4FF8-A867-D865A698B803@easesoftware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26249"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org, Perry Smith Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 08 16:33:30 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 1p3Itt-0006aF-Nl for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Dec 2022 16:33:30 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p3ItA-0001qc-Rz; Thu, 08 Dec 2022 10:32:44 -0500 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 1p3It9-0001q0-Bb for emacs-devel@gnu.org; Thu, 08 Dec 2022 10:32:43 -0500 Original-Received: from out-78.mta0.migadu.com ([91.218.175.78]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3It6-0005jA-Vq for emacs-devel@gnu.org; Thu, 08 Dec 2022 10:32:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1670513558; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zlNmdgRoVByfUUGmRwXmzXc+Sl99x6a+Wy9msXvXzqw=; b=KBfvjHR5FrTz5aT2FOfJ40tajwXx4scOMryrH9XDKjwj4wz5QJn80fYphrV9RDc6zRoog1 gK67uGlP8FZlvZS2teHbq0XP1Fnd3J7zdqEp3B7UG/iceYTZkWiStR4MaLBADKK7b5XwJ4 Fwh1hwcD7TWQjuCT2PcEukRCJWPEu8Tat4nHa9actfrsPhmZMNdCNOX2U9wAKkk/Zv8W8x 1mzSbqEL2flUXR5TKvfTEQxpal/Yukx7coNAE47tJdEWZuH4yNwpFS0bngKiXh0s/YDWVa UgloG0PK5QlOMIpBGVKv0C3YhjWX+NhIIi7D7q13MNpqThhWGY22eM7r599YQQ== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-Reply-To: <13F82EDB-4D8E-4FF8-A867-D865A698B803@easesoftware.com> X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=91.218.175.78; envelope-from=theo@thornhill.no; helo=out-78.mta0.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:301042 Archived-At: On 8 December 2022 16:16:59 CET, Perry Smith wro= te: >In jaava-ts-mode=2Eel, the doctoring for java-ts-mode--keywords >is "C keywords for tree-sitter font-locking=2E=E2=80=9D > >The same is true for java-ts-mode--operators: >"C operators for tree-sitter font-locking=2E" > >I assume that should be =E2=80=9CJava keywords for tree-sitter font-locki= ng=2E=E2=80=9D ? > >(I=E2=80=99ve never done Java so I have no clue actually=E2=80=A6) > Absolutely! Thanks :)