7 lines
297 B
Plaintext
7 lines
297 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: lang
|
|
# name: language pragma
|
|
# condition: (= (length "lang") (current-column))
|
|
# contributor: Luke Hoersten <luke@hoersten.org>, John Wiegley
|
|
# --
|
|
{-# LANGUAGE `(progn (require 'haskell-yas) (haskell-yas-complete "Extension: " haskell-yas-ghc-language-pragmas))` #-} |