{"id":29414971,"url":"https://github.com/nocpiun/highlightjs-abc","last_synced_at":"2026-01-20T17:01:32.948Z","repository":{"id":302465648,"uuid":"1012481839","full_name":"nocpiun/highlightjs-abc","owner":"nocpiun","description":"Highlight.js grammar for Abc notation language","archived":false,"fork":false,"pushed_at":"2025-07-24T09:05:08.000Z","size":16,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T20:42:10.581Z","etag":null,"topics":["abc-notation","highlightjs","hljs"],"latest_commit_sha":null,"homepage":"https://nocpiun.github.io/highlightjs-abc/","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/nocpiun.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://nocp.space/donate"]}},"created_at":"2025-07-02T11:57:13.000Z","updated_at":"2025-08-17T01:05:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"38f88d58-0a4b-4cf4-92e5-0a636a86becc","html_url":"https://github.com/nocpiun/highlightjs-abc","commit_stats":null,"previous_names":["nocpiun/highlightjs-abc"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nocpiun/highlightjs-abc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nocpiun%2Fhighlightjs-abc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nocpiun%2Fhighlightjs-abc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nocpiun%2Fhighlightjs-abc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nocpiun%2Fhighlightjs-abc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nocpiun","download_url":"https://codeload.github.com/nocpiun/highlightjs-abc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nocpiun%2Fhighlightjs-abc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["abc-notation","highlightjs","hljs"],"created_at":"2025-07-11T15:18:59.947Z","updated_at":"2026-01-20T17:01:32.926Z","avatar_url":"https://github.com/nocpiun.png","language":"JavaScript","funding_links":["https://nocp.space/donate"],"categories":[],"sub_categories":[],"readme":"# [Abc Notation](https://abcnotation.com) grammar for highlightjs\n\n[![MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)\n\n## Usage\n\nSimply include the Highlight.js library in your webpage or Node app, then load this module.\nSee the [highlight.js usage](https://github.com/highlightjs/highlight.js#basic-usage) page\nfor more details.\n\n### Static website or simple usage\n\nLoad the module (found in the `dist` directory):\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-abc/dist/abc.min.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\"\u003e\n\thljs.highlightAll();\n\u003c/script\u003e\n```\n\n### With Node or another build system\n\nIf you're using Node / Webpack / Rollup / Browserify, etc, simply require the language\nmodule, then register it with Highlight.js.\n\n```javascript\nvar hljs = require('highlightjs');\nvar hljsAbc = require('highlightjs-abc');\n\nhljs.registerLanguage(\"abc\", hljsAbc);\nhljs.highlightAll();\n```\n\n## Demo\n\n_[Here is the demo page](https://nocpiun.github.io/highlightjs-abc)_\n\n## Contribution\n\nContributions are welcome by pull request.\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- The Abc Notation Homepage: \u003chttps://abcnotation.com\u003e\n- The Abc Notation Standard: \u003chttps://michaeleskin.com/abctools/abc_standard_v2.1.pdf\u003e\n- abc.js Project for rendering Abc notation in webpages: \u003chttps://abcjs.net\u003e\n\n## LICENSE\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnocpiun%2Fhighlightjs-abc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnocpiun%2Fhighlightjs-abc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnocpiun%2Fhighlightjs-abc/lists"}