scss-mode
scss-mode copied to clipboard
Require flymake-proc to avoid compilation errors in Emacs HEAD
flymake-allowed-file-name-masks has been removed in Emacs HEAD, causing compatibility issues. This PR updates the code to ensure it works correctly with the latest Emacs version.
See also: https://github.com/haskell/haskell-mode/pull/1828