diff options
author | Griffin Smith <root@gws.fyi> | 2018-09-18T14·18-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2018-09-18T14·18-0400 |
commit | 29c7632fd278e6d4228290956534a1195c488fad (patch) | |
tree | caa09f8bb30ea8ef88e1086ea2281311168ae28f /snippets/haskell-mode/annotation | |
parent | 8ba14144a32ee053d7fa27b836c632eed48b6f54 (diff) |
Misc haskell stuff, snippets, etc
Diffstat (limited to 'snippets/haskell-mode/annotation')
-rw-r--r-- | snippets/haskell-mode/annotation | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/snippets/haskell-mode/annotation b/snippets/haskell-mode/annotation new file mode 100644 index 000000000000..8a2854d759df --- /dev/null +++ b/snippets/haskell-mode/annotation @@ -0,0 +1,5 @@ +# key: ann +# name: annotation +# expand-env: ((yas-indent-line 'fixed)) +# -- +{-# ANN ${1:module} ("${2:HLint: ignore ${3:Reduce duplication}}" :: String) #-} \ No newline at end of file |