{"id":30657187,"url":"https://github.com/justintime50/muffinscript-vscode","last_synced_at":"2026-02-15T15:05:45.761Z","repository":{"id":311710661,"uuid":"1044681850","full_name":"Justintime50/muffinscript-vscode","owner":"Justintime50","description":"Syntax highlighting for the MuffinScript programming language.","archived":false,"fork":false,"pushed_at":"2025-08-26T04:14:42.000Z","size":307,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-03T03:49:54.712Z","etag":null,"topics":["extension","highlighting","language","muffin","muffinscript","programming","syntax","vscode"],"latest_commit_sha":null,"homepage":"https://github.com/justintime50/muffinscript","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/Justintime50.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,"zenodo":null},"funding":{"github":["Justintime50"]}},"created_at":"2025-08-26T04:03:01.000Z","updated_at":"2025-08-26T04:14:45.000Z","dependencies_parsed_at":"2025-08-26T06:09:22.523Z","dependency_job_id":"e929214f-e9e2-40d9-acaa-881c38fe2601","html_url":"https://github.com/Justintime50/muffinscript-vscode","commit_stats":null,"previous_names":["justintime50/muffinscript-vscode"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Justintime50/muffinscript-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fmuffinscript-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fmuffinscript-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fmuffinscript-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fmuffinscript-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Justintime50","download_url":"https://codeload.github.com/Justintime50/muffinscript-vscode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justintime50%2Fmuffinscript-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29481925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T11:35:25.641Z","status":"ssl_error","status_checked_at":"2026-02-15T11:34:57.128Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["extension","highlighting","language","muffin","muffinscript","programming","syntax","vscode"],"created_at":"2025-08-31T11:10:59.757Z","updated_at":"2026-02-15T15:05:45.715Z","avatar_url":"https://github.com/Justintime50.png","language":null,"readme":"# MuffinScript VS Code Extension\n\nThe [MuffinScript VS Code Extension](https://marketplace.visualstudio.com/items?itemName=JustinHammond.muffinscript) adds syntax highlighting support to VS Code for the [MuffinScript programming language](https://github.com/justintime50/muffinscript).\n\nMuffinScript files may look something like this:\n\n```ms\n// Variable assignment and printing\nfoo = \"hello world\"\np(foo)\n\n// Simple arithmetic (add, subtract, multiply, divide, modulo)\np(2 + 2.5)\n\n// Concatenate strings\np(cat(\"I say \", foo))\n\n// If statements\nif (foo == bar) {\n    p(true)\n} else {\n    p(false)\n}\n\n// For loops\nfor (item in [1, 2, 3]) {\n    p(item + 1)\n}\n```\n\n## Installation\n\n### Marketplace Installation\n\n1. Open VS Code\n2. Go to the Extensions menu\n3. Search for \"MuffinScript\"\n4. Install\n\nAlternatively, [install directly from this link](https://marketplace.visualstudio.com/items?itemName=JustinHammond.muffinscript).\n\n### Manual Installation\n\n1. Open VS Code\n2. Go to the Extensions menu\n3. Select 3 dots in the menu bar, select `Install from VSIX`\n4. Select available VSIX file (extension packaged up) or build from source (see [Development](#development)) below\n\nIf you need a screenshot of this, checkout \u003chttps://stackoverflow.com/a/50232194/6064135\u003e\n\n## Development\n\n```shell\n# Install the `vsce` tool\nnpm install -g @vscode/vsce\n\n# Package the extension\nvsce package\n\n# Release the extension (pre-releases must have different versions than GA releases)\nvsce publish --pre-release\nvsce publish\n```\n","funding_links":["https://github.com/sponsors/Justintime50"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustintime50%2Fmuffinscript-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustintime50%2Fmuffinscript-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustintime50%2Fmuffinscript-vscode/lists"}