{"id":18321503,"url":"https://github.com/asledgehammer/zedscript-vscode","last_synced_at":"2026-03-09T23:36:47.204Z","repository":{"id":156716410,"uuid":"616097502","full_name":"asledgehammer/ZedScript-VSCode","owner":"asledgehammer","description":"A third-party VSCode extension for supporting ZedScript files.","archived":false,"fork":false,"pushed_at":"2023-05-14T21:42:01.000Z","size":221,"stargazers_count":7,"open_issues_count":1,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-05T05:39:12.392Z","etag":null,"topics":["project","projectzomboid","vscode","vscode-extension","vscode-plugin","zedscript","zomboid"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/asledgehammer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-03-19T15:52:01.000Z","updated_at":"2025-01-27T18:24:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7755ef4-f23a-450a-b300-85adc008eeea","html_url":"https://github.com/asledgehammer/ZedScript-VSCode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asledgehammer/ZedScript-VSCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asledgehammer%2FZedScript-VSCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asledgehammer%2FZedScript-VSCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asledgehammer%2FZedScript-VSCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asledgehammer%2FZedScript-VSCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asledgehammer","download_url":"https://codeload.github.com/asledgehammer/ZedScript-VSCode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asledgehammer%2FZedScript-VSCode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30316772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["project","projectzomboid","vscode","vscode-extension","vscode-plugin","zedscript","zomboid"],"created_at":"2024-11-05T18:19:45.849Z","updated_at":"2026-03-09T23:36:47.183Z","avatar_url":"https://github.com/asledgehammer.png","language":"TypeScript","readme":"# ZedScript - VSCode Extension\n\nA third-party VSCode extension for supporting ZedScript, a scripting format for the game \\\"Project Zomboid\\\".\n\n**NOTE**: This extension is currently a WIP. Please keep this in mind and submit issues not disclosed here or on GitHub to the GitHub issue tracker here:\nhttps://github.com/asledgehammer/ZedScript-VSCode/issues\n\n## Features\n\n- Syntax highlight support.\n- Experimental auto-complete for recipe and item properties.\n- Auto-completion support for recipe and item properties.\n- Documentation, forwarded from PZWiki.net.\n\n## How To Use\n\n- Open the `.txt` file in VSCode.\n- Use `CTRL + SHIFT + P`\n- Type `Change Language Mode`\n- Set the language to `ZedScript`.\n\n## Known Issues\n\n- Not all categories are implemented.\n- Possible missing item-property definitions.\n- Odd multi-lining of properties causes String Regex for highlighting to break.\n- Not all scope documentation and auto-completion are implemented at this time.\n\n## Release Notes\n\n## [41.78.24]\n- Major restructuring of scoped logic.\n  - Consolidated item properties from separate files to prevent duplicate entries populating auto-complete.\n  - Added support for module-scope categories. (Opens the door for future templates)\n  - Added support for documentation of module-scopes.\n  - Initial work for nested scopes auto-complete. (Planned for the next release)\n- Completed catalog for item properties, sorted by item types. (Weapon, Radio, etc.)\n- Minor fixes to the TextMate Grammar. (Syntax Highlighting)\n- Planned write of passive tokenizer for a less aggressive formatter.\n- Added basic support for `evolvedrecipe`.\n- Added basic support for `animation` and `animationsMesh`.\n- Preparation for other module-scope categories.\n- Improved the scope API for extendability.\n- Improved tooltip hovers for items.\n  - Added property-name headers.\n    - Properties display types.\n  - Lua function examples display better.\n  - Improved spacing between sections of generated tooltip.\n- Improvement of `AnimNode` property in `recipe`, providing options as enum values.\n- Added more range support for numeric-type properties.\n- Some link references for module-scope documentation. \n\n## [41.78.23]\n\n- Fixed VSCode version to slightly newer installations of the editor.\n- Documented generic item-scope properties.\n- Revised Scope API.\n  - Implemented enum support.\n  - Improved documentation population by using properties in property objects.\n  - Improved lua properties.\n  - Added range support for integer-property documentation.\n- Implemented hover-documentation support for recipe and item properties.\n\n## [41.78.19]\n\n- Fixed VSCode version to support older installations of the editor.\n- First version of auto-completion support for Recipes.\n\n## [41.78.18]\n\n- Added Icon for VSCode Extension.\n- Changed 'Auto-Detect' to only include 'Module X' as 'Version=1' exists in other files and formats.\n- Improvements to Syntax highlighter.\n  - Removed some of the coloring for recipes.\n  - Fixed bugs where termination of Regex was limited where situations can arise.\n\n## [41.78.16]\n\n- Initial release\n\n![img](https://i.imgur.com/ZLnfTK4.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasledgehammer%2Fzedscript-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasledgehammer%2Fzedscript-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasledgehammer%2Fzedscript-vscode/lists"}