{"id":22415155,"url":"https://github.com/angusgmorrison/wgsl-analyzer","last_synced_at":"2026-01-05T23:50:34.478Z","repository":{"id":265154434,"uuid":"895111647","full_name":"AngusGMorrison/wgsl-analyzer","owner":"AngusGMorrison","description":"WGSL language support with rich syntax highlighting. Powered by the wgsl-analyzer language server.","archived":false,"fork":false,"pushed_at":"2024-11-29T07:09:50.000Z","size":255,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T09:23:03.204Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scheme","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/AngusGMorrison.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-11-27T15:23:45.000Z","updated_at":"2024-11-29T07:09:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"afe639c8-0a3f-43b0-94d2-a91d16b99e12","html_url":"https://github.com/AngusGMorrison/wgsl-analyzer","commit_stats":null,"previous_names":["angusgmorrison/zed-wgsl-analyzer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngusGMorrison%2Fwgsl-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngusGMorrison%2Fwgsl-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngusGMorrison%2Fwgsl-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngusGMorrison%2Fwgsl-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AngusGMorrison","download_url":"https://codeload.github.com/AngusGMorrison/wgsl-analyzer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245779481,"owners_count":20670686,"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-12-05T15:11:23.650Z","updated_at":"2026-01-05T23:50:34.442Z","avatar_url":"https://github.com/AngusGMorrison.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WGSL\n\n![A screenshot of highlighted WGSL](assets/example.png)\n\nWGSL language support for Zed, with rich syntax highlighting. Powered by the\n[wgsl-analyzer language server](https://github.com/wgsl-analyzer/wgsl-analyzer).\n\nBased on [Konrad Bochnia's WGSL Tree-sitter grammar](https://github.com/szebniok/tree-sitter-wgsl),\nthis extension improves upon the highlights to distinguish a wider variety of\nsyntax.\n\n_Note_: I don't own or maintain the wgsl-analyzer language server, only this Zed\nextension.\n\n## Installation\n\nTo use this extension, manually install the language server, following the\ninstructions in [the wgsl-analyzer README](https://github.com/wgsl-analyzer/wgsl-analyzer/blob/main/README.md)\nexactly.\n\nThis extension expects to find a language server binary named `wgsl_analyzer`,\n_not_ `wgsl-analyzer`. This is the binary naming convention used by the language\nserver maintainers.\n\nAutomatic installation of the language server isn't currently possible, since\nthe wgsl-analyzer repository doesn't publish binary artifacts in its releases.\n\n## Configuration\n\n### Language\n\nThis extension adds WGSL support to Zed under the identifier \"WGSL\".\n\n`.wgsl` files will be automatically identified as WGSL.\n\nZed's WGSL settings can be configured like so:\n\n```json\n{\n    \"languages\": {\n        \"WGSL\": {\n            // ...\n        }\n    }\n}\n```\n\n### wgsl-analyzer\n\nwgsl-analyzer can be configured like any other language server, using the \nLSP ID `wgsl-analyzer`:\n\n```json\n{\n    \"lsp\": {\n        \"wgsl-analyzer\": {\n            // ...\n        }\n    }\n}\n```\n\nThe full list of supported options [is available here](https://github.com/wgsl-analyzer/wgsl-analyzer/blob/main/editors/code/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangusgmorrison%2Fwgsl-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangusgmorrison%2Fwgsl-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangusgmorrison%2Fwgsl-analyzer/lists"}