all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dmitry Gutov <dgutov@yandex.ru>
To: Randy Taylor <dev@rjt.dev>, 62112-done@debbugs.gnu.org
Subject: bug#62112: [PATCH] Add missing rust-ts-mode highlight query for scoped_type_identifiers
Date: Sat, 11 Mar 2023 15:56:25 +0200	[thread overview]
Message-ID: <e10bca51-c777-7bb1-1cac-3f44b915195d@yandex.ru> (raw)
In-Reply-To: <KwPXgGQSU4wv4IdQ-Zd62STlmAClrm_DgZsVHbxQdZ0xK1C2EXyTGS0VuB6iOuiPI4I1ke6mxjd3Tcj6prDL4VSZ7qHs4TSL8229jaJPSoQ=@rjt.dev>

Version: 29.1

On 11/03/2023 04:23, Randy Taylor wrote:
> X-Debbugs-CC: dgutov@yandex.ru
> 
> Examples:
>      match &cli.command {
>          Commands::Run {
>              a,
>              b,
>              c,
>              d,
>          } => todo!(),
>      }
> 
> Commands should be highlighted as a type.
> 
> Likewise for:
>      match msg {
>          Message::Quit => {
>              println!("The Quit variant has no data to destructure.");
>          }
>          Message::Move { x, y } => {
>              println!("Move in the x direction {x} and in the y 
> direction {y}");
>          }
>          Message::Write(text) => {
>              println!("Text message: {text}");
>          }
>          Message::ChangeColor(r, g, b) => {
>              println!("Change the color to red {r}, green {g}, and blue 
> {b}",)
>          }
>      }
> 
> Message::Move should have Message highlighted as a type.
> 
> Attached is a patch fixing it.

Thanks! Installed.





      reply	other threads:[~2023-03-11 13:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-11  2:23 bug#62112: [PATCH] Add missing rust-ts-mode highlight query for scoped_type_identifiers Randy Taylor
2023-03-11 13:56 ` Dmitry Gutov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e10bca51-c777-7bb1-1cac-3f44b915195d@yandex.ru \
    --to=dgutov@yandex.ru \
    --cc=62112-done@debbugs.gnu.org \
    --cc=dev@rjt.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.