{"id":19621298,"url":"https://github.com/commenthol/highlightjs-modelica","last_synced_at":"2026-06-09T16:03:15.044Z","repository":{"id":66111687,"uuid":"181074641","full_name":"commenthol/highlightjs-modelica","owner":"commenthol","description":"Modelica Language syntax highlighting plugin for highlight.js","archived":false,"fork":false,"pushed_at":"2023-03-04T06:26:05.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-18T00:35:28.085Z","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/commenthol.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}},"created_at":"2019-04-12T19:53:51.000Z","updated_at":"2023-03-04T06:26:09.000Z","dependencies_parsed_at":"2023-03-10T23:37:08.115Z","dependency_job_id":null,"html_url":"https://github.com/commenthol/highlightjs-modelica","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"a74dd566d1a60100cb09aae8b5f0de1b56a230e8"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/commenthol/highlightjs-modelica","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fhighlightjs-modelica","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fhighlightjs-modelica/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fhighlightjs-modelica/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fhighlightjs-modelica/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/commenthol","download_url":"https://codeload.github.com/commenthol/highlightjs-modelica/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fhighlightjs-modelica/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34114437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-11T11:22:17.444Z","updated_at":"2026-06-09T16:03:15.028Z","avatar_url":"https://github.com/commenthol.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modelica language support for highlight.js\n\nAdds syntax highlighting to highlight.js for Modelica files.\n\nThe grammar is from the [Modelica grammar for Sublime Text by Boris Chumichev](https://github.com/BorisChumichev/modelicaSublimeTextPackage).\n\n## Usage\n\n```js\nconst hljs = require('highlight.js')\nconst modelica = require('highlightjs-modelica')\n\nhljs.registerLanguage('modelica', modelica)\n\nconst code = `\npackage Components \"Contains different components\"\nextends Modelica.Icons.Library2;\n  import SI= Modelica.SIunits;\n// ...\n`\n\nconst value = hljs.highlight('modelica', code, true).value\n```\n\n## License\n\nCopyright (c) 2019- commenthol (MIT License)\n\nSee [LICENSE][] for more info.\n\n[highlight.js]: https://npmjs.com/package/highlight.js\n[LICENSE]: ./LICENSE\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommenthol%2Fhighlightjs-modelica","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommenthol%2Fhighlightjs-modelica","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommenthol%2Fhighlightjs-modelica/lists"}