Skip to content

Commit de62173

Browse files
committed
fix auto mode list
1 parent 3d4291b commit de62173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hog.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ in that path"
524524
(,hog--file-name-re . (2 font-lock-doc-face))) ; ipbus decoder file
525525

526526
;; auto mode list
527-
'("\\.sim\\'" "\\.src\\'" "\\.con\\'" "\\.lst\\'")
527+
'("\\.sim$" "\\.src$" "\\.con$" "\\.lst$")
528528

529529
;; function list
530530
(list

0 commit comments

Comments
 (0)