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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user