emacs-language-id 0.19-2 source package in Ubuntu

Changelog

emacs-language-id (0.19-2) unstable; urgency=medium

  * Add Puppet mode.

 -- Roland Mas <email address hidden>  Thu, 26 Oct 2023 13:14:33 +0200

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-language-id_0.19-2.dsc 2.0 KiB 51698ec281dcadabb5ad19068b89e886ec5503477c79c4663f405bd5a754a901
emacs-language-id_0.19.orig.tar.xz 3.6 KiB b8ed110a33ed81759d313bb96c8d4ac766e92609c34ae07f7c98f34f6c7925d4
emacs-language-id_0.19-2.debian.tar.xz 2.2 KiB 8068aa859033b4120d4af2dbb7ef4fb24a9b52772fcf4a8cdc85d4dd2aca403a

Available diffs

No changes file available.

Binary packages built by this source

elpa-language-id: 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.