Fix last change in bat-mode.el
* lisp/progmodes/bat-mode.el (bat-font-lock-keywords): Fix last change. (Bug#28311)
This commit is contained in:
parent
908af46abd
commit
d64da52d57
1 changed files with 2 additions and 2 deletions
|
@ -84,9 +84,9 @@
|
|||
. 'bat-label-face)
|
||||
("\\_<\\(defined\\|set\\)\\_>[ \t]*\\(\\(\\sw\\|\\s_\\)+\\)"
|
||||
(2 font-lock-variable-name-face))
|
||||
("%\\([^% \n]+\\)%?"
|
||||
("%\\([^%~ \n]+\\)%?"
|
||||
(1 font-lock-variable-name-face))
|
||||
("!\\([^!% \n]+\\)!?" ; delayed-expansion !variable!
|
||||
("!\\([^!%~ \n]+\\)!?" ; delayed-expansion !variable!
|
||||
(1 font-lock-variable-name-face))
|
||||
("%%\\(?:~[adfnpstxz]*\\(?:\\$\\(\\(?:\\sw\\|\\s_\\|_\\)+\\):\\)?\\)?\\([]!#$&-:?-[_-{}~]\\)"
|
||||
(1 font-lock-variable-name-face nil t) ; PATH expansion
|
||||
|
|
Loading…
Add table
Reference in a new issue