blob: 74b63dc672e4bb812beb454b386801f326155bbe (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# -*- mode: snippet -*-
# name: hlint
# uuid:
# expand-env: ((yas-indent-line 'fixed))
# key: hlint
# condition: t
# --
{-# ANN module ("Hlint: ignore $1" :: String) #- }
|