[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66511: JavaScript Mode: wrong face for variable declaration
From: |
Shynur Xie |
Subject: |
bug#66511: JavaScript Mode: wrong face for variable declaration |
Date: |
Fri, 13 Oct 2023 05:16:50 +0000 |
Reproduce:
1. $ emacs -Q
2. M-x js-mode
3. Insert "var a, b;"
^ correct face
4. Add a newline between ',' and 'b'
Now the buffer content is:
var a,
b;
the face of 'b' is wrong.
Emacs-v29.1 on MS-Windows
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#66511: JavaScript Mode: wrong face for variable declaration,
Shynur Xie <=