{"id":18718539,"url":"https://github.com/highlightjs/highlightjs-lustre","last_synced_at":"2026-02-15T14:43:12.210Z","repository":{"id":53485118,"uuid":"228083812","full_name":"highlightjs/highlightjs-lustre","owner":"highlightjs","description":"Lustre language grammar for Highlight.js","archived":false,"fork":false,"pushed_at":"2022-02-25T21:01:05.000Z","size":786,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-08T01:32:01.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/highlightjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-14T20:23:02.000Z","updated_at":"2022-02-25T21:01:08.000Z","dependencies_parsed_at":"2022-09-01T04:31:01.099Z","dependency_job_id":null,"html_url":"https://github.com/highlightjs/highlightjs-lustre","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/highlightjs/highlightjs-lustre","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-lustre","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-lustre/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-lustre/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-lustre/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/highlightjs","download_url":"https://codeload.github.com/highlightjs/highlightjs-lustre/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-lustre/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274783793,"owners_count":25349085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T13:21:51.807Z","updated_at":"2026-02-15T14:43:12.172Z","avatar_url":"https://github.com/highlightjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"`highlight.js` syntax definition for Lustre.\n\nFor more about highlight.js, see https://highlightjs.org/\n\nFor more about Lustre and reactive languages, see\nhttp://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/reactive-toolbox/\n\n### Usage\n\nSimply include the `highlight.js` script package in your webpage or node app, load up this module and apply it to `hljs`.\n\nIf you're not using a build system and just want to embed this in your webpage:\n\n```html\n\u003cscript type=\"text/javascript\" src=\"/path/to/highlight.pack.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\" src=\"/path/to/highlightjs-lustre/lustre.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\"\u003e\n    hljs.registerLanguage('lustre', window.hljsDefineLustre);\n    hljs.highlightAll();\n\u003c/script\u003e\n```\n\nIf you're using webpack / rollup / browserify / node:\n   \n```javascript\nvar hljs = require('highlightjs');\nvar hljsDefineLustre = require('highlightjs-lustre');\n\nhljsDefineLustre(hljs);\nhljs.highlightAll();\n```\n\n### Advanced\n\nThis is a pretty simple package, the only thing you might want to do differently is name the language something other than `lustre`. If you want to do this, simply `import { definer } from 'highlightjs-lustre';` and use it like: `hljs.registerLanguage('othername', definer);`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-lustre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhighlightjs%2Fhighlightjs-lustre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-lustre/lists"}