From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#61275: c-ts-mode: (eq treesit-font-lock-level 2) doesn't fontify parameter names. Date: Sat, 4 Feb 2023 17:00:45 +0000 Message-ID: References: <83leldtllg.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36587"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 61275@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Feb 04 18:02:20 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1pOLvf-0009H8-LA for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 04 Feb 2023 18:02:19 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pOLut-0002sX-Bt; Sat, 04 Feb 2023 12:01:31 -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 1pOLuR-0002d5-4f for bug-gnu-emacs@gnu.org; Sat, 04 Feb 2023 12:01:10 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pOLuQ-0007FQ-MP for bug-gnu-emacs@gnu.org; Sat, 04 Feb 2023 12:01:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pOLuQ-0008VE-1E for bug-gnu-emacs@gnu.org; Sat, 04 Feb 2023 12:01:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 04 Feb 2023 17:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61275 X-GNU-PR-Package: emacs Original-Received: via spool by 61275-submit@debbugs.gnu.org id=B61275.167553005532664 (code B ref 61275); Sat, 04 Feb 2023 17:01:02 +0000 Original-Received: (at 61275) by debbugs.gnu.org; 4 Feb 2023 17:00:55 +0000 Original-Received: from localhost ([127.0.0.1]:43328 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pOLuJ-0008Ul-9S for submit@debbugs.gnu.org; Sat, 04 Feb 2023 12:00:55 -0500 Original-Received: from mx3.muc.de ([193.149.48.5]:49478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pOLuH-0008UX-4T for 61275@debbugs.gnu.org; Sat, 04 Feb 2023 12:00:53 -0500 Original-Received: (qmail 98250 invoked by uid 3782); 4 Feb 2023 18:00:46 +0100 Original-Received: from acm.muc.de (p4fe158f1.dip0.t-ipconnect.de [79.225.88.241]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Sat, 04 Feb 2023 18:00:46 +0100 Original-Received: (qmail 13755 invoked by uid 1000); 4 Feb 2023 17:00:45 -0000 Content-Disposition: inline In-Reply-To: <83leldtllg.fsf@gnu.org> X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:254781 Archived-At: Hello, Eli. On Sat, Feb 04, 2023 at 18:57:15 +0200, Eli Zaretskii wrote: > > Date: Sat, 4 Feb 2023 16:27:13 +0000 > > From: Alan Mackenzie > > int foo (int bar) > > { > > int baz; > > baz = bar; > > return baz; > > } > > , the definition of bar is not fontified, but that of baz is. > By "the definition of bar", do you mean this: > int foo (int bar) > ^^^ Yes, that's precisely what I meant. > or do you mean something else? No. -- Alan Mackenzie (Nuremberg, Germany).