Source: expand-region-el
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 10),
               dh-elpa
Standards-Version: 3.9.8
Testsuite: autopkgtest-pkg-elpa
Homepage: https://github.com/magnars/expand-region.el
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/expand-region-el.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/expand-region-el.git

Package: elpa-expand-region
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends},
         emacs
Recommends: emacs (>= 46.0)
Enhances: emacs,
          emacs24
Built-Using: ${misc:Built-Using}
Description: increase selected region by semantic units
 Expand region increases the selected region by semantic units. Just keep
 pressing the key until it selects what you want.
 .
 Expand region works fairly well with most languages, due to the general
 nature of the basic expansions. However, most languages also will benefit
 from some specially crafted expansions. You can add your own expansions to the
 languages of your choice simply by creating a function that looks around point
 to see if it's inside or looking at the construct you want to mark, and if
 so - mark it.
