{"id":13448240,"url":"https://github.com/SublimeText/PackageDev","last_synced_at":"2025-03-22T09:31:02.747Z","repository":{"id":773137,"uuid":"1952410","full_name":"SublimeText/PackageDev","owner":"SublimeText","description":"Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.","archived":false,"fork":false,"pushed_at":"2025-02-28T18:01:15.000Z","size":2476,"stargazers_count":443,"open_issues_count":22,"forks_count":87,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-03-17T17:07:16.332Z","etag":null,"topics":["color-scheme","hacktoberfest","json","package-development","packagedev","snippets","sublime-text","syntax-highlighting","textmate","yaml"],"latest_commit_sha":null,"homepage":"","language":"Python","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/SublimeText.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.txt","dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"FichteFoll","patreon":null,"open_collective":null,"ko_fi":"fichtefoll","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2011-06-25T15:05:48.000Z","updated_at":"2025-03-14T13:41:25.000Z","dependencies_parsed_at":"2023-07-07T08:16:42.135Z","dependency_job_id":"80a3e167-ba78-44b8-b988-169250cfbb78","html_url":"https://github.com/SublimeText/PackageDev","commit_stats":{"total_commits":1573,"total_committers":31,"mean_commits":50.74193548387097,"dds":0.3553719008264463,"last_synced_commit":"fd067a4ca42b30823461b2c2650e5c4aa368bb4c"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FPackageDev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FPackageDev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FPackageDev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FPackageDev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SublimeText","download_url":"https://codeload.github.com/SublimeText/PackageDev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937751,"owners_count":20535124,"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":["color-scheme","hacktoberfest","json","package-development","packagedev","snippets","sublime-text","syntax-highlighting","textmate","yaml"],"created_at":"2024-07-31T05:01:39.709Z","updated_at":"2025-03-22T09:31:01.996Z","avatar_url":"https://github.com/SublimeText.png","language":"Python","readme":"# PackageDev - The Sublime Text Meta Package\n\nPackageDev provides syntax highlighting\nand other helpful utility for Sublime Text resource files.\n\nResource files are ways of configuring the Sublime Text text editor\nto various extends,\nincluding but not limited to:\ncustom syntax definitions,\ncontext menus (and the main menu),\nand key bindings.\n\nThus, this package is ideal for package developers,\nbut even normal users of Sublime Text\nwho want to configure it to their liking\nshould find it very useful.\n\n\n## Installation\n\nInstall the package using [Package Control][].\nThe package's name is \u003ckbd\u003ePackageDev\u003c/kbd\u003e.\n\nPackageDev was made for **Sublime Text 3**.\nAn older unmaintained version\ncan still be installed for Sublime Text 2, however.\n\n[Package Control]: https://packagecontrol.io/\n\n\n## Getting Started\n\nSyntax highlighting for various resource files\nis available immediately.\n\nVarious commands,\nfor example creating a new resource,\nare made available\nthrough the command palette (\u003ckbd\u003ePrimary+Shift+P\u003c/kbd\u003e)\nwith the \"PackageDev:\" prefix\nand in the main menu under *Tools → Packages → Package Development*,\n\n*Note*:\nThe \u003ckbd\u003ePrimary\u003c/kbd\u003e key refers to\n\u003ckbd\u003eCtrl\u003c/kbd\u003e on Windows and Linux\nand \u003ckbd\u003eCommand\u003c/kbd\u003e (\u003ckbd\u003e⌘\u003c/kbd\u003e) on macOS.\n\n\n## Documentation\n\nDetailed documentation is available [at the repository's wiki][wiki].\n\n\n[wiki]: https://github.com/SublimeText/PackageDev/wiki\n\n\n## Features Overview\n\n- Syntax definitions for:\n\n  - Build System files\n  - Color Scheme files\n  - Commands files\n  - Completions files\n  - Keymap files\n  - Macro files\n  - Menu files\n  - Mousemap files\n  - Project files\n  - Settings files\n  - Snippet files\n  - Syntax definition files (both Sublime Text and TextMate)\n  - TextMate Preferences (`.tmPreferences`)\n\n- Static and dynamic completions for all the above,\n  where sensible.\n\n  Dynamic completions are provided for\n  all files expecting command names,\n  syntax definitions,\n  color schemes,\n  and settings files.\n\n- Snippets for some of the above.\n\n  In files holding multiple \"entries\",\n  snippets are available with the trigger `e` and `ee`\n  for a short and a long entry, respectively.\n\n- Commands to create (or open) a package\n  and various resource files with standard templates.\n\n- Checking for unknown settings keys.\n\n- Hover popups for setting keys with a description and their default value.\n\n- And more!\n\n","funding_links":["https://github.com/sponsors/FichteFoll","https://ko-fi.com/fichtefoll"],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSublimeText%2FPackageDev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSublimeText%2FPackageDev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSublimeText%2FPackageDev/lists"}