File: control

package info (click to toggle)
emacs-language-id 0.20-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 80 kB
  • sloc: lisp: 251; sh: 5; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,267 bytes parent folder | download
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
29
30
31
32
Source: emacs-language-id
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-elpa
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-language-id
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-language-id.git
Homepage: https://github.com/lassik/emacs-language-id
Rules-Requires-Root: no

Package: elpa-language-id
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: Library to work with programming language identifiers
 language-id is a small, focused library that helps other Emacs
 packages identify the programming languages and markup languages
 used in Emacs buffers.  The main point is that it contains an
 evolving table of language definitions that doesn't need to be
 replicated in other packages.
 .
 Right now there is only one public function, `language-id-buffer'.
 It looks at the major mode and other variables and returns the
 language's GitHub Linguist identifier.  We can add support for
 other kinds of identifiers if there is demand.
 .
 This library does not do any statistical text matching to guess the
 language.