help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Introducing face in comments for various modes


From: Heime
Subject: Re: Introducing face in comments for various modes
Date: Tue, 13 Dec 2022 08:30:31 +0000

------- Original Message -------
On Tuesday, December 13th, 2022 at 8:04 AM, Heime <heimeborgia@protonmail.com> 
wrote:


> ------- Original Message -------
> On Tuesday, December 13th, 2022 at 7:52 AM, Jean Louis bugs@gnu.support wrote:
> 
> 
> 
> > Heime, I like the idea of highlighting comments, though I do it this
> > way to specify (syntax comment-start) as that works for multiple
> > modes.
> > 
> > ; one
> > ;; two
> > ;;; three
> > ;;;; and more
> > 
> > ;;; Highlighting comments
> > 
> > (setq rcd-regexp-comment (rx line-start
> > (one-or-more (syntax comment-start))
> > (one-or-more space)
> > (group (one-or-more not-newline))
> > line-end))
> > 
> > ;; (highlight-regexp regexp nil 1)
> > ;; (unhighlight-regexp regexp)
> > 
> > Jean

I would like to introduce (syntax comment-start) in place
of ";;" in "^;;\s+\\[.+\\].*$".





reply via email to

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