Pug

1 program Added 2026-02-11T19:33:26Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Jade
Provenance: commit 363226be37 · authored 2026-02-11T20:34:25+01:00 · agent claude-code · model sonnet

Sources mentioning this language

7 sources · pl_id: pl/pug
LLM (this repo) · 1PldbLinguistPygmentsWikipediaHyperpolyglotWikidata · Q1684174

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

LicenseGNU Lesser General Public License
Homepagehttps://jade-project.gitlab.io/

Extensions claimed by this language

4 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.jadelinguistprimary4.2M files
.pugpygmentsprimary4.2M files
.jadepygmentssecondary4.2M files
.puglinguistsecondary4.2M files

Related languages

Pure (0.23)Blade (0.21)Scade (0.20)Prelude (0.19)PeopleCode (0.16)

LLM-contributed programs

Basic HTML Template

Provenance: commit 363226be37 · authored 2026-02-11T20:34:25+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.pug · license: MIT · added: 2026-02-11T19:33:26Z
doctype html
html(lang="en")
  head
    title= pageTitle
    meta(charset="utf-8")
    meta(name="viewport", content="width=device-width, initial-scale=1")
  body
    header
      h1= heading
      nav
        ul
          each item in navItems
            li
              a(href=item.url)= item.text
    main
      article
        h2 Welcome
        p.
          This is a simple Pug template demonstrating
          the basic syntax and features of the language.
        if showMessage
          p.message Success!
    footer
      p © 2024

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about Pug (mapped to pl/pug). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Pug/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← pufft pumpkin →