* lisp/generic-x.el (ansible-inventory-generic-mode): Fix filename (bug#42703)

This commit is contained in:
Juri Linkov 2020-08-05 02:51:00 +03:00
parent 519a93e067
commit cbb5a67eff

View file

@ -643,7 +643,7 @@ like an INI file. You can add this hook to `find-file-hook'."
("\\([^ =\n\r]+\\)=\\([^ \n\r]*\\)"
(1 font-lock-variable-name-face)
(2 font-lock-keyword-face)))
'("inventory")
'("inventory\\'")
(list
(function
(lambda ()