diff options
Diffstat (limited to 'users/glittershark/emacs.d/snippets/haskell-mode/hlint')
-rw-r--r-- | users/glittershark/emacs.d/snippets/haskell-mode/hlint | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/users/glittershark/emacs.d/snippets/haskell-mode/hlint b/users/glittershark/emacs.d/snippets/haskell-mode/hlint new file mode 100644 index 000000000000..74b63dc672e4 --- /dev/null +++ b/users/glittershark/emacs.d/snippets/haskell-mode/hlint @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: hlint +# uuid: +# expand-env: ((yas-indent-line 'fixed)) +# key: hlint +# condition: t +# -- +{-# ANN module ("Hlint: ignore $1" :: String) #- } \ No newline at end of file |