{"id":14982822,"url":"https://github.com/0tickpulse/vscode-mythic","last_synced_at":"2025-10-29T18:31:20.224Z","repository":{"id":162957609,"uuid":"573350923","full_name":"0tickpulse/vscode-mythic","owner":"0tickpulse","description":"A Visual Studio Code extension that adds language support for MythicMobs configurations.","archived":false,"fork":false,"pushed_at":"2023-09-17T13:16:07.000Z","size":1675,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-19T05:19:50.303Z","etag":null,"topics":["extension","mythic","mythicmobs","visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=0TickPulse.vscode-mythic","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0tickpulse.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-02T08:58:56.000Z","updated_at":"2024-06-03T02:07:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"f077bbf6-669f-4609-9887-d49114b789b4","html_url":"https://github.com/0tickpulse/vscode-mythic","commit_stats":{"total_commits":174,"total_committers":1,"mean_commits":174.0,"dds":0.0,"last_synced_commit":"338ee46145427a32a311682ec054b873e7a4471e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0tickpulse%2Fvscode-mythic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0tickpulse%2Fvscode-mythic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0tickpulse%2Fvscode-mythic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0tickpulse%2Fvscode-mythic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0tickpulse","download_url":"https://codeload.github.com/0tickpulse/vscode-mythic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238874113,"owners_count":19545114,"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":["extension","mythic","mythicmobs","visual-studio-code","vscode","vscode-extension"],"created_at":"2024-09-24T14:06:08.917Z","updated_at":"2025-10-29T18:31:19.813Z","avatar_url":"https://github.com/0tickpulse.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# THIS EXTENSION IS DEPRECATED\n\nThis extension is no longer maintained, but there is a new one [here](https://marketplace.visualstudio.com/items?itemName=0tickpulse.mythic-analyzer-vsc).\n\n---\n\n\u003cdiv align=\"center\"\u003e\u003ch1\u003e\u003cimg src=\"./assets/mythicIcon_128x128.png\" height=40\u003e VSCode Mythic\u003c/h1\u003e\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://discord.gg/SHthmb6t6n\"\u003e\n        \u003cimg src=\"https://img.shields.io/static/v1?logo=discord\u0026label=\u0026message=Discord\u0026    color=36393f\u0026style=flat-square\" alt=\"Discord\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/0tickpulse/vscode-mythic/blob/main/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/License-AGPLv3-red?style=flat-square\"\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003eA Visual Studio Code extension that adds language support for MythicMobs configurations.\u003c/p\u003e\n\n## 📖 Table of Contents\n\n- [THIS EXTENSION IS DEPRECATED](#this-extension-is-deprecated)\n  - [📖 Table of Contents](#-table-of-contents)\n  - [🚀 Features](#-features)\n    - [🎉 Current](#-current)\n      - [Basic Syntax Highlighting](#basic-syntax-highlighting)\n      - [Go to definition and references](#go-to-definition-and-references)\n      - [Color decorations](#color-decorations)\n    - [🚧 Planned](#-planned)\n  - [🚩 Current Limitations](#-current-limitations)\n  - [🛣️ Roadmap](#️-roadmap)\n  - [📦 Installation](#-installation)\n  - [📝 License](#-license)\n  - [❤️ Credits and Acknowledgements](#️-credits-and-acknowledgements)\n\n## 🚀 Features\n\n### 🎉 Current\n\n#### Basic Syntax Highlighting\n\n![Syntax Highlighting](./assets/showcase_syntax_highlight.png)\n\n(Using the [One Dark Pro](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme) theme and the [CodeSnap](https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap) extension)\n\n#### Go to definition and references\n\n(Todo: Add gif)\n\n#### Color decorations\n\nBelow is a screenshot of item lore configuration (Credits: [@LcorpOfficial](https://github.com/LcorpOfficial)):\n\n![Color Decorations](./assets/color_decorations.png)\n\n### 🚧 Planned\n\n- Complete data set\n- Autocompletions\n\n## 🚩 Current Limitations\n\n- The extension is not built with YAML aliases in mind. This might be changed in the future, but for now, they will lead to unexpected behavior.\n- The extension is meant to be used in one single workspace/server. It is not (yet?) possible to use it in multiple workspaces/servers at once.\n- The extension does not recognize submappings. This means that keys like `Options.B: 1` will be recognized as `Options.B` literally instead of `Options` and `B`.\n\n## 🛣️ Roadmap\n\n- [ ] Complete data set\n- [ ] Major code cleanup - the current code is quite messy with tons of duplicate code, global state, etc. To make the extension more stable and easier to maintain, I'll have to rewrite a major portion of the code. This will probably come with a major version bump.\n- [ ] Sublime Text port - this will require a rename of the extension\n- [ ] Autocompletions\n\n## 📦 Installation\n\nInstall the extension from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=0tickpulse.vscode-mythic)\n\n## 📝 License\n\nThis project is licensed under AGPLv3. A copy can be found [here](./LICENSE).\n\n## ❤️ Credits and Acknowledgements\n\n- Microsoft and the VSCode team, for providing the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/), [VSCode Extension API](https://code.visualstudio.com/api), [YAML tmLanguage](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide), and more.\n- [MythicMobs](https://www.mythicmobs.net/) and [its community](http://www.mythicmobs.net/discord), for creating and maintaining the plugin.\n- Every contributor on my discord server, for helping me with testing and providing feedback.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0tickpulse%2Fvscode-mythic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0tickpulse%2Fvscode-mythic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0tickpulse%2Fvscode-mythic/lists"}