* lisp/generic-x.el (ansible-inventory-generic-mode): Fix filename (bug#42703)
This commit is contained in:
parent
519a93e067
commit
cbb5a67eff
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue