{"id":18718536,"url":"https://github.com/highlightjs/highlightjs-dylan","last_synced_at":"2025-07-10T13:34:02.037Z","repository":{"id":53495787,"uuid":"180411834","full_name":"highlightjs/highlightjs-dylan","owner":"highlightjs","description":"highlight.js support for the Dylan language","archived":false,"fork":false,"pushed_at":"2021-04-09T02:00:18.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-19T14:04:39.832Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/highlightjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-04-09T16:52:39.000Z","updated_at":"2025-05-18T19:04:06.000Z","dependencies_parsed_at":"2022-09-10T19:00:13.972Z","dependency_job_id":null,"html_url":"https://github.com/highlightjs/highlightjs-dylan","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/highlightjs/highlightjs-dylan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-dylan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-dylan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-dylan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-dylan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/highlightjs","download_url":"https://codeload.github.com/highlightjs/highlightjs-dylan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-dylan/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264585371,"owners_count":23632647,"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","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.591Z","updated_at":"2025-07-10T13:34:02.011Z","avatar_url":"https://github.com/highlightjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dylan - a language grammar for highlight.js \n\nThis repository contains highlight.js support for the Dylan language.\n\nDylan is a multi-paradigm functional and object-oriented programming\nlanguage. It is dynamic while providing a programming model designed\nto support efficient machine code generation, including fine-grained\ncontrol over dynamic and static behaviors.\n\n## Usage\n\nInclude the Highlight.js library in your webpage or Node app, then load this module.\n\n### Static website or simple usage\n\nLoad the module after loading Highlight.js.  You'll use the minified version found in the `dist` directory.  This module is just a CDN build of the language, so it will register itself as the Javascript is loaded.\n\n```html\n\u003cscript type=\"text/javascript\" src=\"/path/to/highlight.min.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\" src=\"/path/to/highlightjs-dylan/dist/dylan.min.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\"\u003e\n  hljs.highlightAll();\n\u003c/script\u003e\n```\n\n### With Node or another build system\n\nIf you're using Node / Webpack / Rollup / Browserify, etc, require the language module, then register it with Highlight.js.\n\n```javascript\nvar hljs = require('highlight.js');\nvar hljsDylan = require('highlightjs-dylan');\n\nhljs.registerLanguage(\"dylan\", hljsDylan);\n```\n\n## License\nThis code is released under the MIT License. See [LICENSE][1] file\nfor details.\n\n### Maintainer\nP Hull \u003cpeterhull90@gmail.com\u003e\n\n## Links\n\n- The official site for the Highlight.js library is \u003chttps://highlightjs.org/\u003e.\n- The Highlight.js GitHub project: \u003chttps://github.com/highlightjs/highlight.js\u003e\n- Open Dylan's home is https://opendylan.org/\n\n[1]: https://github.com/highlightjs/highlightjs-dylan/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-dylan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhighlightjs%2Fhighlightjs-dylan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-dylan/lists"}