{"id":51509517,"url":"https://github.com/murphsicles/zeta-vscode","last_synced_at":"2026-07-08T04:30:57.867Z","repository":{"id":358482369,"uuid":"1240653855","full_name":"murphsicles/zeta-vscode","owner":"murphsicles","description":"Zeta programming language support for VS Code — syntax highlighting, snippets, and more","archived":false,"fork":false,"pushed_at":"2026-05-17T15:13:49.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-17T17:31:44.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/murphsicles.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-16T11:58:20.000Z","updated_at":"2026-05-17T15:13:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/murphsicles/zeta-vscode","commit_stats":null,"previous_names":["murphsicles/zeta-vscode"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/murphsicles/zeta-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fzeta-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fzeta-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fzeta-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fzeta-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/murphsicles","download_url":"https://codeload.github.com/murphsicles/zeta-vscode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murphsicles%2Fzeta-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35252324,"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-07-08T02:00:06.796Z","response_time":61,"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":"2026-07-08T04:30:56.826Z","updated_at":"2026-07-08T04:30:57.862Z","avatar_url":"https://github.com/murphsicles.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zeta Language Support for VS Code\n\nSyntax highlighting, snippets, and language support for the [Zeta programming language](https://github.com/murphsicles/zeta).\n\n## Features\n\n- **Syntax Highlighting** — Full TextMate grammar with scoped highlighting for:\n  - Keywords, types, and operators\n  - Strings (double-quoted, single-quoted, raw)\n  - Numbers (binary, hex, float, integer)\n  - Comments (line, block, documentation)\n  - Function declarations, variable declarations\n  - Attributes, preprocessor directives\n  - Module/path syntax\n\n- **Code Snippets** — Handy snippets to speed up your Zeta coding:\n  - `fn` — Function declaration\n  - `let` / `letmut` — Variable declarations\n  - `if` / `while` / `for` / `match` — Control flow\n  - `struct` / `enum` / `impl` — Type definitions\n  - `main` / `pubfn` / `asyncfn` — Function templates\n  - `println` — Print line\n  - `mod` / `use` — Module declarations\n  - `test` — Test function\n\n- **Language Configuration** — Auto-closing pairs, bracket matching, comment toggling, indentation rules\n\n## Installation\n\n### From VS Code Marketplace (when published)\n\n1. Open VS Code\n2. Go to Extensions (`Ctrl+Shift+X`)\n3. Search for \"Zeta Language Support\"\n4. Click Install\n\n### From VSIX\n\n1. Download the `.vsix` from [Releases](https://github.com/murphsicles/zeta-vscode/releases)\n2. In VS Code, go to View → Command Palette (`Ctrl+Shift+P`)\n3. Run \"Extensions: Install from VSIX...\"\n4. Select the downloaded file\n\n### From source\n\n```bash\ngit clone https://github.com/murphsicles/zeta-vscode.git\ncd zeta-vscode\nnpm install -g @vscode/vsce\nvsce package\ncode --install-extension zeta-vscode-*.vsix\n```\n\n## File extensions\n\n- `.z` — Zeta source files\n- `.zeta` — Zeta source files (alternative)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurphsicles%2Fzeta-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurphsicles%2Fzeta-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurphsicles%2Fzeta-vscode/lists"}