emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A few questions about c++-ts-mode.


From: Filippo Argiolas
Subject: Re: A few questions about c++-ts-mode.
Date: Mon, 13 May 2024 10:10:17 +0200

On Mon, May 13, 2024 at 8:23 AM Filippo Argiolas
<filippo.argiolas@gmail.com> wrote:
>    '(((comment) @capture (:match "/\\*[\\*!]" @capture)))))

Just noticed this is a bit buggy, something like this should be more robust:
   `(((comment) @capture (:match ,(rx bos (or "/**" "/*!")) @capture)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]