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

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

bug#15874: 24.3.50; exit! not properly font-locked in ruby-mode


From: Dmitry Gutov
Subject: bug#15874: 24.3.50; exit! not properly font-locked in ruby-mode
Date: Thu, 05 Dec 2013 12:58:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Kevin Rodgers <kevin.d.rodgers@gmail.com> writes:

>> Any ideas for a regexp that matches (any) non-symbol character?
>
> `\sCODE'
> `\SCODE'

That doesn't really help, unless we want to enumerate all syntax classes
that we can accept.

Non-symbol character is a character that's not of class "symbol", nor of
class "word". "\\S_" matches words.





reply via email to

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