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: Stefan Monnier
Subject: bug#15874: 24.3.50; exit! not properly font-locked in ruby-mode
Date: Wed, 04 Dec 2013 21:50:19 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> To answer your actual question: Ruby considers ! and ? parts of identifiers
> only in method names, and only when the name ends with one such a character.

Maybe a good way to handle them is via syntax-propertize, then, especially
if we can come up with a good regexp that distinguishes "method name"
from "local variable name"?


        Stefan





reply via email to

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