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 33 34 35 36 37 38 39 40
|
Source: yasnippet-snippets
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Nicholas D Steeves <sten@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-elpa
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/AndreaCrotti/yasnippet-snippets
Vcs-Browser: https://salsa.debian.org/emacsen-team/yasnippet-snippets
Vcs-Git: https://salsa.debian.org/emacsen-team/yasnippet-snippets.git
Package: elpa-yasnippet-snippets
Architecture: all
Depends: ${misc:Depends},
${elpa:Depends}
Breaks: yasnippet-snippets (<< 0.13-1~)
Replaces: yasnippet-snippets (<< 0.13-1~)
Provides: yasnippet-snippets
Description: Andrea Crotti's official YASnippet snippets
YASnippet (Yet Another Snippet extension for Emacs) is a template
system for Emacs. It allows you to type an abbreviation and
automatically expand the abbreviation into function templates.
.
Templates are included for the following programming languages: Bash,
C, C++, C#, Clojure, D, Dart, Emacs Lisp (and other Lisps), Erlang,
Fortran, Go, Groovy, Haskell, Hy, Java, Javascript, JSX, Kotlin, Lua,
NASM, nesC, Perl, PHP, Python, OCaml, Racket, Ruby, Rust, Scala, sh,
SQL, Tuareg, TypeRex, and more.
.
Templates are also included for the following markdown, markup,
serialisation, or typesetting languages: BibTeX, CSS, HTML, LaTeX,
Markdown, Org, Protobuf, RST/reST, Typescript, YAML, and more.
.
It also supports ANTLR, Bazel, CMake, Chef, Dix, FAUST, Makefiles,
NSIS, NED, Octave, Terraform, udev-mode, web-mode, and more...
.
This package contains the official upstream snippets.
|