tvl-depot/users/grfn/emacs.d/snippets/haskell-mode/language pragma

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
125 B
Text
Raw Normal View History

2018-09-18 16:18:20 +02:00
# -*- mode: snippet -*-
# name: language pragma
# key: lang
# expand-env: ((yas-indent-line 'fixed))
# --
{-# LANGUAGE $1 #-}