{"id":18718531,"url":"https://github.com/highlightjs/highlightjs-robot","last_synced_at":"2025-04-12T14:02:20.347Z","repository":{"id":66013985,"uuid":"199591282","full_name":"highlightjs/highlightjs-robot","owner":"highlightjs","description":"Robot Framework","archived":false,"fork":false,"pushed_at":"2022-02-25T21:25:32.000Z","size":4,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-03-25T19:59:39.211Z","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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-07-30T06:42:22.000Z","updated_at":"2023-09-07T14:50:06.000Z","dependencies_parsed_at":"2023-04-27T20:01:04.497Z","dependency_job_id":null,"html_url":"https://github.com/highlightjs/highlightjs-robot","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-robot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-robot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-robot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-robot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/highlightjs","download_url":"https://codeload.github.com/highlightjs/highlightjs-robot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223519436,"owners_count":17158875,"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:49.038Z","updated_at":"2024-11-07T13:21:49.554Z","avatar_url":"https://github.com/highlightjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"`highlight.js` syntax definition for Robot Framework.\n\nFor more about highlight.js, see https://highlightjs.org/\n\nFor more about Robot Framework, see https://robotframework.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 type=\"text/javascript\" src=\"/path/to/highlight.pack.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\" src=\"/path/to/highlightjs-robot/robot.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\"\u003e\n    hljs.registerLanguage('robot', window.hljsDefineRobot);\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 hljsDefineRobot = require('highlightjs-robot');\n\nhljsDefineRobot(hljs);\nhljs.highlightAll();\n```\n\nWhile Robot Framework supports [multiple formats](http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#supported-file-formats), currently only space sparated format is supported.\n\n### About the author\n\nFind me at https://spage.fi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-robot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhighlightjs%2Fhighlightjs-robot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-robot/lists"}