{"id":18718533,"url":"https://github.com/highlightjs/highlightjs-wgsl","last_synced_at":"2025-07-22T16:02:55.667Z","repository":{"id":223592404,"uuid":"760267436","full_name":"highlightjs/highlightjs-wgsl","owner":"highlightjs","description":"Highlight.js grammar for WGSL","archived":false,"fork":false,"pushed_at":"2024-02-21T02:36:43.000Z","size":11,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-19T14:04:38.238Z","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":"apache-2.0","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}},"created_at":"2024-02-20T05:07:45.000Z","updated_at":"2024-02-20T07:51:17.000Z","dependencies_parsed_at":"2024-02-21T03:42:04.389Z","dependency_job_id":"5d561057-2780-4c66-a329-464eb6fa2c91","html_url":"https://github.com/highlightjs/highlightjs-wgsl","commit_stats":null,"previous_names":["highlightjs/highlightjs-wgsl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/highlightjs/highlightjs-wgsl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-wgsl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-wgsl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-wgsl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-wgsl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/highlightjs","download_url":"https://codeload.github.com/highlightjs/highlightjs-wgsl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/highlightjs%2Fhighlightjs-wgsl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261983494,"owners_count":23240217,"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.481Z","updated_at":"2025-06-26T01:36:05.138Z","avatar_url":"https://github.com/highlightjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [WGSL](https://www.w3.org/TR/WGSL/) grammar for highlightjs\n\n[![Apache 2.0](https://img.shields.io/badge/license-Apache-blue.svg)](#license)\n\n## Usage\n\nSimply include the Highlight.js library in your webpage or Node app, then load this module.\nSee the [highlight.js usage](https://github.com/highlightjs/highlight.js#basic-usage) page\nfor more details.\n\n### Static website or simple usage\n\nLoad the module (found in the `dist` directory):\n\n```html\n\u003cscript type=\"text/javascript\" src=\"/path/to/highlight.min.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\" src=\"/path/to/highlightjs-wgsl/dist/wgsl.min.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\"\u003e\n\thljs.highlightAll();\n\u003c/script\u003e\n```\n\n### With Node or another build system\n\nIf you're using Node / Webpack / Rollup / Browserify, etc, simply require the language\nmodule, then register it with Highlight.js.\n\n```javascript\nvar hljs = require('highlightjs');\nvar hljsWgsl = require('highlightjs-wgsl');\n\nhljs.registerLanguage(\"wgsl\", hljsWgsl);\nhljs.highlightAll();\n```\n\n## License\n\nSee the [LICENSE](/LICENSE.md) file.\n\n## Contribution\n\nContributions are welcome by pull request.\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\nlicensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-wgsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhighlightjs%2Fhighlightjs-wgsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhighlightjs%2Fhighlightjs-wgsl/lists"}