{"id":18718537,"url":"https://github.com/highlightjs/highlightjs-mirc","last_synced_at":"2026-02-14T13:02:47.274Z","repository":{"id":66013983,"uuid":"176053235","full_name":"highlightjs/highlightjs-mirc","owner":"highlightjs","description":"mIRC language ","archived":false,"fork":false,"pushed_at":"2022-02-25T21:29:04.000Z","size":7,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-15T03:41:22.243Z","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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-03-17T03:47:51.000Z","updated_at":"2022-02-25T21:29:06.000Z","dependencies_parsed_at":"2023-04-27T20:01:48.235Z","dependency_job_id":null,"html_url":"https://github.com/highlightjs/highlightjs-mirc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-mirc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-mirc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-mirc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-mirc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/highlightjs","download_url":"https://codeload.github.com/highlightjs/highlightjs-mirc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248012207,"owners_count":21033149,"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.786Z","updated_at":"2025-09-23T17:36:05.699Z","avatar_url":"https://github.com/highlightjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HIGHLIGHTJS-MIRC\n\nhighlight.js syntax definition for mIRC Scripting Language.\n\nFor more about highlight.js, see https://highlightjs.org/\n\nFor more about mIRC Scripting Language, see https://mirc.com/\n\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-mirc/mirc.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\"\u003e\n    hljs.registerLanguage('mirc', window.hljsDefineMIRC);\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 hljsDefineMIRC = require('highlightjs-mirc');\n\nhljsDefineMIRC(hljs);\nhljs.highlightAll();\n```\n\n## Attributions\n\nhttps://github.com/highlightjs/highlightjs-solidity\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-mirc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhighlightjs%2Fhighlightjs-mirc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-mirc/lists"}