about summary refs log tree commit diff
path: root/users/aspen/emacs/snippets/haskell-mode/hlint
blob: f25a9b8d409eb8ea1d62da9b3a9cc51950d4ea1b (plain) (blame)
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# name: hlint
# uuid: hlint
# expand-env: ((yas-indent-line 'fixed))
# key: hlint
# condition: t
# --
{-# ANN module ("Hlint: ignore $1" :: String) #- }