all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Special hilighting for comments
@ 2022-12-10  2:42 Heime
  2022-12-10  6:12 ` Marcin Borkowski
  2022-12-10  8:14 ` Eli Zaretskii
  0 siblings, 2 replies; 32+ messages in thread
From: Heime @ 2022-12-10  2:42 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor


I have seen that emacs-lisp-mode allows the highlighting of some specially formatted comments using strings enclosed by single quotes 'this-thing'.  This can be very useful beyond its intended use (highlighting function and variable names).  

For instance, I can use this to highlight the first comment with a different colour from the rest of the comments. 

But this special highlighting only works for function and variables names without spaces.  

So I cannot do the following to get 'A Remark here' highlighted in a different colour.

;; 'A Remark here'   
;; Some comment here
;; Another comment here
;; You are a hero

Can the use of '' be extended so I can use the highlighting more generally as described.  Or perhaps have an additional highlighting for more general things, separate from function and variable names.





^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2022-12-12  0:59 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-10  2:42 Special hilighting for comments Heime
2022-12-10  6:12 ` Marcin Borkowski
2022-12-10  6:23   ` Heime
2022-12-10  8:13     ` Eli Zaretskii
2022-12-10  8:14 ` Eli Zaretskii
2022-12-10  8:30   ` Heime
2022-12-10  8:49     ` Eli Zaretskii
2022-12-10 10:53       ` Heime
2022-12-10 11:15         ` Eli Zaretskii
2022-12-10 11:26           ` Heime
2022-12-10 14:21             ` Eli Zaretskii
2022-12-10 14:28               ` Heime
2022-12-10 15:52             ` Jean Louis
2022-12-10 17:11               ` Heime
2022-12-10 17:16                 ` Eli Zaretskii
2022-12-10 17:39                   ` Heime
2022-12-10 17:57                     ` Thibaut Verron
2022-12-10 18:32                     ` Eli Zaretskii
2022-12-12  0:59                       ` Heime
2022-12-10 19:44                 ` Jean Louis
2022-12-11  2:10                   ` Heime
2022-12-11  2:37                     ` Heime
2022-12-11  4:23                       ` Jean Louis
2022-12-11  5:06                         ` Heime
2022-12-11  9:06                           ` Jean Louis
2022-12-11  6:54                       ` tomas
2022-12-11  6:59                         ` Heime
2022-12-11  7:24                           ` tomas
2022-12-11  7:33                             ` Heime
2022-12-11  7:47                               ` tomas
2022-12-11  7:52                                 ` Heime
2022-12-11  8:55                                   ` tomas

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.