summaryrefslogtreecommitdiffstats
path: root/emacs-lisp/haml-mode/DETAILS
blob: 461cd2523e1e75aee2ae5a7bb6de0d052465926e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
. "$GRIMOIRE/FUNCTIONS"
           SPELL=haml-mode
         VERSION=$(get_scm_version)
          SOURCE="${SPELL}-git.tar.bz2"
   SOURCE_URL[0]=git://github.com/nex3/${SPELL}.git:${SPELL}-git
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
        WEB_SITE="https://github.com/nex3/haml-mode"
      LICENSE[0]=GPL
         ENTERED=20110101
           SHORT="Haml language mode for Emacs"
cat << EOF
It’s reasonably featureful, including support for managing indentation, cutting
and pasting nested regions (although by default there are no keybindings for
this), and some syntax highlighting.
EOF