gleam-lang / gleam-mode

🐙 Gleam support for Emacs
Apache License 2.0
77 stars 20 forks source link

cleanup PR#21: add end-of-string to extension regex in auto-mode-alist #22

Closed 2ynn closed 2 months ago

2ynn commented 2 months ago

My apologies for submitting my last PR too hastily, the .gleam extension had already been added to auto-mode-alist, although the regex was missing \\', which is generally recommended to match end-of-string.

J3RN commented 2 months ago

No worries, it's partly my bad for not looking closer! Anyhow, LGTM! :+1: