summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2011-01-10 13:53:08 -0200
committerIsmael Luceno2011-01-10 13:53:08 -0200
commita521dc8fc49971061971f72f51484f26520afc9c (patch)
tree5872d19532b6840925359f646ac0013714fbf99d
parentd8a84fb75fa67432cd6e18f45d9e28f940b74d4a (diff)
haml-mode: add a proper description
-rwxr-xr-xemacs-lisp/haml-mode/DETAILS5
1 files changed, 4 insertions, 1 deletions
diff --git a/emacs-lisp/haml-mode/DETAILS b/emacs-lisp/haml-mode/DETAILS
index 3a060d1e97..d972296a43 100755
--- a/emacs-lisp/haml-mode/DETAILS
+++ b/emacs-lisp/haml-mode/DETAILS
@@ -12,6 +12,9 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
WEB_SITE="https://github.com/nex3/haml-mode"
LICENSE[0]=GPL
ENTERED=20110101
- SHORT="Emacs mode for editing Haml files"
+ 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