[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#45037: Makefiles <TAB>...: gets wrong color
From: |
積丹尼 Dan Jacobson |
Subject: |
bug#45037: Makefiles <TAB>...: gets wrong color |
Date: |
Fri, 04 Dec 2020 09:19:23 +0800 |
$ cat Makefile
u:
for u in ha jia fen ping; do echo -n $$u:; \
units --one-line --compact $m $$u; done
$ emacs -nw -Q Makefile
The 'for' line is in the wrong color.
Probably triggered by the colon near the end.
But there is a tab at the front of the line!
So it should know better.
emacs-version "27.1"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#45037: Makefiles <TAB>...: gets wrong color,
積丹尼 Dan Jacobson <=