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

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

bug#35299: GNUmakefile mode wrong color sometime beyond TAB


From: 積丹尼 Dan Jacobson
Subject: bug#35299: GNUmakefile mode wrong color sometime beyond TAB
Date: Wed, 17 Apr 2019 03:26:06 +0800

$ cat Makefile
external_robots:
        mech-dump --links index.html|perl -nwle 'next unless m!http://[^/]+/!; 
print $$& . "robots.txt"'|xargs -n 1 wwwoffle
scp:
        set -x -- $$(find * -type f -cmin -$${min-111}); for i do $${TEST} scp 
$$i $J:$J/$$i; done
$ emacs Makefile
The last line is mostly blue!





reply via email to

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