]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/generic-x.el (ansible-inventory-generic-mode): Fix filename (bug#42703)
authorJuri Linkov <juri@linkov.net>
Tue, 4 Aug 2020 23:51:00 +0000 (02:51 +0300)
committerJuri Linkov <juri@linkov.net>
Tue, 4 Aug 2020 23:51:00 +0000 (02:51 +0300)
lisp/generic-x.el

index cd24f497c960d6feba536991d0f307a2afac6331..48ac1232051eb637e5d5203ee5879825b72df38e 100644 (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 ()