{"id":23108502,"url":"https://github.com/adamraichu/vscode-minecraft-lang","last_synced_at":"2026-04-28T08:06:07.346Z","repository":{"id":62229114,"uuid":"558413203","full_name":"AdamRaichu/vscode-minecraft-lang","owner":"AdamRaichu","description":"An extension which colorizes lang files.","archived":false,"fork":false,"pushed_at":"2023-09-26T13:15:27.000Z","size":1530,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T10:47:43.696Z","etag":null,"topics":["colorization","language","minecraft","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/AdamRaichu.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}},"created_at":"2022-10-27T13:55:49.000Z","updated_at":"2022-12-24T13:08:53.000Z","dependencies_parsed_at":"2023-02-16T21:31:39.197Z","dependency_job_id":null,"html_url":"https://github.com/AdamRaichu/vscode-minecraft-lang","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamRaichu%2Fvscode-minecraft-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamRaichu%2Fvscode-minecraft-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamRaichu%2Fvscode-minecraft-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamRaichu%2Fvscode-minecraft-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdamRaichu","download_url":"https://codeload.github.com/AdamRaichu/vscode-minecraft-lang/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247092393,"owners_count":20882218,"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":["colorization","language","minecraft","vscode","vscode-extension"],"created_at":"2024-12-17T01:27:39.493Z","updated_at":"2026-04-28T08:06:02.272Z","avatar_url":"https://github.com/AdamRaichu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft .lang Colorizer \u003c!-- markdownlint-disable MD033 --\u003e\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n\r\n[![Last Updated](https://img.shields.io/visual-studio-marketplace/last-updated/adamraichu.minecraft-lang?color=%2300008b\u0026logo=visual%20studio%20code\u0026logoColor=%23007ACC)](https://marketplace.visualstudio.com/items?itemName=AdamRaichu.minecraft-lang)\r\n[![VSCode Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/adamraichu.minecraft-lang?color=00008b\u0026logo=Visual%20Studio%20Code\u0026logoColor=%23007ACC)](https://marketplace.visualstudio.com/items?itemName=AdamRaichu.minecraft-lang)\r\n[![Install Count](https://img.shields.io/visual-studio-marketplace/i/adamraichu.minecraft-lang?color=darkblue\u0026label=Install%20Count\u0026logo=visual%20studio%20code\u0026logoColor=%23007ACC)](https://marketplace.visualstudio.com/items?itemName=AdamRaichu.minecraft-lang)\r\n[![Rating](https://img.shields.io/visual-studio-marketplace/stars/adamraichu.minecraft-lang?color=darkblue\u0026label=Rating\u0026logo=visual%20studio%20code\u0026logoColor=%23007ACC)](https://marketplace.visualstudio.com/items?itemName=AdamRaichu.minecraft-lang\u0026ssr=false#review-details)\r\n\r\n[![GitHub issues](https://img.shields.io/github/issues/AdamRaichu/vscode-minecraft-lang)](https://github.com/AdamRaichu/vscode-minecraft-lang/issues)\r\n[![GitHub stars](https://img.shields.io/github/stars/AdamRaichu/vscode-minecraft-lang)](https://github.com/AdamRaichu/vscode-minecraft-lang/stargazers)\r\n[![GitHub license](https://img.shields.io/github/license/AdamRaichu/vscode-minecraft-lang)](https://github.com/AdamRaichu/vscode-minecraft-lang/blob/main/LICENSE)\r\n\r\n\u003c/div\u003e\r\n\r\nThis is an extension which colorizes the `.lang`\r\nfiles that Minecraft uses to store item and entity names,\r\nas well as menu labels.\r\n\r\n**Screenshot (Abyss Theme)**\r\n![Demo Screenshot](screenshots/demo-abyss.png)\r\n\r\n## Usage\r\n\r\nInstall from the vscode web Extensions view.\r\nSearch `adamraichu.minecraft-lang`.\r\n\r\n[View this extension](https://marketplace.visualstudio.com/items?itemName=AdamRaichu.minecraft-lang) on the vscode marketplace.\r\n\r\n### `§` Highlighting\r\n\r\nIf you would like the extension to colorize/format `§` operators, add the following to your settings (user or workspace).\r\n\r\n```JSON\r\n{\"editor.tokenColorCustomizations\":{\"textMateRules\":[{\"scope\":\"string.lang\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"entity.name.function.format.0.lang\",\"settings\":{\"foreground\":\"#000000\"}},{\"scope\":\"entity.name.function.format.1.lang\",\"settings\":{\"foreground\":\"#0000aa\"}},{\"scope\":\"entity.name.function.format.2.lang\",\"settings\":{\"foreground\":\"#00aa00\"}},{\"scope\":\"entity.name.function.format.3.lang\",\"settings\":{\"foreground\":\"#00aaaa\"}},{\"scope\":\"entity.name.function.format.4.lang\",\"settings\":{\"foreground\":\"#aa0000\"}},{\"scope\":\"entity.name.function.format.5.lang\",\"settings\":{\"foreground\":\"#aa00aa\"}},{\"scope\":\"entity.name.function.format.6.lang\",\"settings\":{\"foreground\":\"#ffaa00\"}},{\"scope\":\"entity.name.function.format.7.lang\",\"settings\":{\"foreground\":\"#aaaaaa\"}},{\"scope\":\"entity.name.function.format.8.lang\",\"settings\":{\"foreground\":\"#555555\"}},{\"scope\":\"entity.name.function.format.9.lang\",\"settings\":{\"foreground\":\"#5555ff\"}},{\"scope\":\"entity.name.function.format.a.lang\",\"settings\":{\"foreground\":\"#55ff55\"}},{\"scope\":\"entity.name.function.format.b.lang\",\"settings\":{\"foreground\":\"#55ffff\"}},{\"scope\":\"entity.name.function.format.c.lang\",\"settings\":{\"foreground\":\"#ff5555\"}},{\"scope\":\"entity.name.function.format.d.lang\",\"settings\":{\"foreground\":\"#ff55ff\"}},{\"scope\":\"entity.name.function.format.e.lang\",\"settings\":{\"foreground\":\"#ffff55\"}},{\"scope\":\"entity.name.function.format.f.lang\",\"settings\":{\"foreground\":\"#ffffff\"}},{\"scope\":\"entity.name.function.format.g.lang\",\"settings\":{\"foreground\":\"#ddd605\"}},{\"scope\":\"entity.name.function.format.k.lang\",\"settings\":{\"fontStyle\":\"italic bold underline strikethrough\"}},{\"scope\":\"entity.name.function.format.l.lang\",\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":\"entity.name.function.format.m.lang\",\"settings\":{\"fontStyle\":\"strikethrough\"}},{\"scope\":\"entity.name.function.format.n.lang\",\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":\"entity.name.function.format.o.lang\",\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":\"entity.name.function.format.r.lang\",\"settings\":{\"fontStyle\":\"\",\"foreground\":\"#ffffff\"}}]}}\r\n```\r\n\r\n## Known Issues\r\n\r\nYou can view issues [here](https://github.com/AdamRaichu/vscode-minecraft-lang/issues).\r\n\r\n## Changelog\r\n\r\nYou can view the changelog [here](CHANGELOG.md).\r\n\r\n## See Also\r\n\r\nIf you are using this extension, you should check out [Zip Extracter](https://github.com/AdamRaichu/vscode-zip-viewer), an extension for unzipping zipped files.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamraichu%2Fvscode-minecraft-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamraichu%2Fvscode-minecraft-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamraichu%2Fvscode-minecraft-lang/lists"}