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

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

Re: bad syntax highlighting in shell-script mode


From: Stefan Monnier
Subject: Re: bad syntax highlighting in shell-script mode
Date: Tue, 18 Jul 2006 10:26:34 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> Since $(...$(...)...) can be nested, does it mean that there's no way of
> highlighting it correctly using regular expressions?

It's not highlighted with regular expressions (only the initial $( is
matched with a regexp, the rest is handled with elisp code doing "manual
parsing").


        Stefan




reply via email to

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