retitle 335712 Emacs shell-script-mode highlighting (coloring) bugs for pdksh and zsh minor modes thanks
On 2012-04-16 14:00:29 +0200, Vincent Lefevre wrote: > * In "if [[ ... ]] then", the "then" keyword is not highlighted for > bash and zsh. Actually, though bash has the [[ ... ]] extension, the above construct is invalid in bash. So, the bash minor mode is not concerned by this bug. But the above construct is valid in ksh, and the pdksh minor mode has the same bug. -- Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

