* lisp/generic-x.el (ansible-inventory-generic-mode): Fix filename (bug#42703)
This commit is contained in:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user