{"id":18718500,"url":"https://github.com/highlightjs/highlightjs-mirth","last_synced_at":"2025-11-10T14:30:24.703Z","repository":{"id":242933178,"uuid":"810062797","full_name":"highlightjs/highlightjs-mirth","owner":"highlightjs","description":"Highlight.js grammar for Mirth language","archived":false,"fork":false,"pushed_at":"2024-06-05T18:08:11.000Z","size":1303,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-28T10:47:47.193Z","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":"0bsd","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-04T01:20:50.000Z","updated_at":"2024-06-05T18:08:14.000Z","dependencies_parsed_at":"2024-06-05T20:30:52.858Z","dependency_job_id":null,"html_url":"https://github.com/highlightjs/highlightjs-mirth","commit_stats":null,"previous_names":["highlightjs/highlightjs-mirth"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-mirth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-mirth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-mirth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-mirth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/highlightjs","download_url":"https://codeload.github.com/highlightjs/highlightjs-mirth/tar.gz/refs/heads/main","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:39.054Z","updated_at":"2025-11-10T14:30:24.296Z","avatar_url":"https://github.com/highlightjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mirth Syntax Highlighting\n\nThis is the syntax highlighting config for using highlight.js on mirth code.\n\nMirth is a new strongly-typed concatenative programming language.\n\nIt is inspired by Forth, Joy, Haskell, Lisp, and monoidal category theory. \n\nMirth's compiler can be found [here](https://github.com/mirth-lang/mirth)\n\n# Usage\nSimply include the `highlight.js` script or package in your webpage or Node app,\nadd this module and apply it to `hljs`\n\nif you're not using node, assuming you've downloaded the pregenerated mirth.min.js from the dist directory of the repo:\n```html\n\u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"mirth.min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003ehljs.highlightAll();\u003c/script\u003e\n```\n\nIf you've installed via node:\n\n```js\nvar hljs = require(\"highlightjs\");\nvar hljsMirth = require(\"highlihgtjs-mirth\");\n\nhljsMirth(hljs);\nhljs.highlightAll();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-mirth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhighlightjs%2Fhighlightjs-mirth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-mirth/lists"}