File: control

package info (click to toggle)
highlight-numbers-el 0.2.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 84 kB
  • sloc: lisp: 158; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: highlight-numbers-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 10),
               dh-elpa
Standards-Version: 3.9.8
Homepage: https://github.com/Fanael/highlight-numbers
Vcs-Browser: https://salsa.debian.org/emacsen-team/highlight-numbers-el
Vcs-Git: https://salsa.debian.org/emacsen-team/highlight-numbers-el.git

Package: elpa-highlight-numbers
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends},
         emacsen-common (>= 2.0.8)
Recommends: emacs (>= 46.0)
Enhances: emacs,
          emacs24,
          emacs25
Built-Using: ${misc:Built-Using}
Description: highlight numbers in source code
 This minor mode provides syntax highlighting of numeric literals in
 source code, like what many editors provide by default.
 .
 It's easy to add or redefine what exactly consitutes a "number" in
 given major mode. See `highlight-numbers-modelist'.