Skip to content

Commit

Permalink
fix auto mode list
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpeck committed Feb 9, 2025
1 parent 3d4291b commit de62173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hog.el
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ in that path"
(,hog--file-name-re . (2 font-lock-doc-face))) ; ipbus decoder file

;; auto mode list
'("\\.sim\\'" "\\.src\\'" "\\.con\\'" "\\.lst\\'")
'("\\.sim$" "\\.src$" "\\.con$" "\\.lst$")

;; function list
(list
Expand Down

0 comments on commit de62173

Please sign in to comment.