I have the following snippet for `hs-special-modes-alist`, but it does not work: ``` ;;; HideShow (add-to-list 'hs-special-modes-alist '(snakemake-mode "^rule .*\\>" nil "#" nil nil)) ``` The regex works if I try it with `re-search` so I am confused about what is wrong. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kyleam/snakemake-mode/issues/14