{"id":18718518,"url":"https://github.com/highlightjs/highlightjs-octave","last_synced_at":"2025-03-29T12:25:09.518Z","repository":{"id":43348460,"uuid":"275906613","full_name":"highlightjs/highlightjs-octave","owner":"highlightjs","description":"A Highlight.js grammar for GNU Octave","archived":false,"fork":false,"pushed_at":"2022-03-06T23:55:03.000Z","size":65,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-29T01:09:46.991Z","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":"bsd-3-clause","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}},"created_at":"2020-06-29T19:24:17.000Z","updated_at":"2024-04-04T21:40:33.000Z","dependencies_parsed_at":"2022-08-31T19:02:51.956Z","dependency_job_id":null,"html_url":"https://github.com/highlightjs/highlightjs-octave","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-octave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-octave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-octave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-octave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/highlightjs","download_url":"https://codeload.github.com/highlightjs/highlightjs-octave/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246182993,"owners_count":20736854,"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:42.694Z","updated_at":"2025-03-29T12:25:09.495Z","avatar_url":"https://github.com/highlightjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# highlightjs-octave\n\nThis is a Highlight.js syntax definition for [GNU Octave](https://octave.org).\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 src=\"https://cdn.jsdelivr.net/npm/highlightjs\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/highlightjs-octave\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  hljs.registerLanguage(\"octave\", window.hljsDefineVue);\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 hljsDefineVue = require(\"highlightjs-octave\");\n\nhljsDefineVue(hljs);\nhljs.highlightAll();\n```\n\n## License\n\n![BSD 3-Clause License](https://img.shields.io/github/license/highlightjs/highlightjs-vue?logo=License%20BSD-3-Clause)\n\nBSD 3-Clause License.\n\n## Credits\n\nHighlightjs-octave is written by [Andrew Janke](https://apjanke.net).\n\nCode is largely based on the [Highlight.js Matlab language definition](https://github.com/highlightjs/highlight.js/blob/master/src/languages/matlab.js) by Denis Bardadym \u003cbardadymchik@gmail.com\u003e, Eugene Nizhibitsky \u003cnizhibitsky@ya.ru\u003e, and Egor Rogov \u003ce.rogov@postgrespro.ru\u003e.\n\nPackaging stuff is based on the [`highlightjs-view` package](https://github.com/highlightjs/highlightjs-vue).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-octave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhighlightjs%2Fhighlightjs-octave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-octave/lists"}