about summary refs log tree commit diff
path: root/users/aspen/emacs/snippets/haskell-mode/hlint
diff options
context:
space:
mode:
Diffstat (limited to 'users/aspen/emacs/snippets/haskell-mode/hlint')
-rw-r--r--users/aspen/emacs/snippets/haskell-mode/hlint8
1 files changed, 8 insertions, 0 deletions
diff --git a/users/aspen/emacs/snippets/haskell-mode/hlint b/users/aspen/emacs/snippets/haskell-mode/hlint
new file mode 100644
index 0000000000..f25a9b8d40
--- /dev/null
+++ b/users/aspen/emacs/snippets/haskell-mode/hlint
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+# name: hlint
+# uuid: hlint
+# expand-env: ((yas-indent-line 'fixed))
+# key: hlint
+# condition: t
+# --
+{-# ANN module ("Hlint: ignore $1" :: String) #- }
\ No newline at end of file