{"id":18718540,"url":"https://github.com/highlightjs/highlightjs-extempore","last_synced_at":"2025-11-10T14:30:24.718Z","repository":{"id":66013979,"uuid":"157156159","full_name":"highlightjs/highlightjs-extempore","owner":"highlightjs","description":"Highlight.js Extempore language repository","archived":false,"fork":false,"pushed_at":"2021-04-03T08:32:16.000Z","size":28,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-12-28T10:47:51.637Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-11-12T04:24:43.000Z","updated_at":"2023-10-28T06:56:38.000Z","dependencies_parsed_at":"2024-01-23T21:55:25.758Z","dependency_job_id":"18f7e900-4497-4881-a0a2-2af8f1f57906","html_url":"https://github.com/highlightjs/highlightjs-extempore","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-extempore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-extempore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-extempore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-extempore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/highlightjs","download_url":"https://codeload.github.com/highlightjs/highlightjs-extempore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239581790,"owners_count":19662958,"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.859Z","updated_at":"2025-11-10T14:30:24.517Z","avatar_url":"https://github.com/highlightjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# highlightjs-extempore\n\n`highlight.js` syntax definition for\n[Extempore][1] source code. Because of the way\nthat Extempore works, it's really two languages---Scheme and xtlang.\n\nFor more about highlight.js, see \u003chttps://highlightjs.org/\u003e\n\n## Usage\n\nSimply include the Highlight.js library in your webpage or Node app, then load this module.\n\n### Static website or simple usage\n\nSimply load 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/extempore.min.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\"\u003e\n  hljs.highlightAll();\n\u003c/script\u003e\n\u003e\n```\n\n## Using directly from the UNPKG CDN\n\n```html\n\u003cscript type=\"text/javascript\"\n  src=\"https://unpkg.com/highlightjs-extempore@latest/dist/extempore.min.js\"\u003e\u003c/script\u003e\n```\n\n- More info: \u003chttps://unpkg.com\u003e\n\n## With Node or another build system\n\nIf you're using Node / Webpack / Rollup / Browserify, etc, simply require the language module, then register it with Highlight.js.\n\n```javascript\nvar hljs = require('highlightjs');\nvar hljsExtempore = require('highlightjs-extempore');\n\nhljs.registerLanguage(\"extempore\", hljsExtempore);\nhljs.highlightAll();\n```\n\n## License\n\n`highlightjs-extempore` is released under the BSD License. See [LICENSE][2] file\nfor details.\n\n### Author\n\nYuya Chiba([@cyblue9][3]) \u003ccy.blue.9@gmail.com\u003e\n\n### Maintainer\n\nYuya Chiba([@cyblue9][3]) \u003ccy.blue.9@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- Learn more about extempore: \u003chttps://extemporelang.github.io/\u003e\n\n[1]:https://extemporelang.github.io/\n[2]: https://github.com/highlightjs/highlightjs-extempore/blob/master/LICENSE\n[3]: https://github.com/cyblue9\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-extempore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhighlightjs%2Fhighlightjs-extempore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-extempore/lists"}