{"id":18980739,"url":"https://github.com/sublimetext/sanesnippets","last_synced_at":"2025-04-19T19:13:53.957Z","repository":{"id":1586007,"uuid":"2083324","full_name":"SublimeText/SaneSnippets","owner":"SublimeText","description":"Sublime Text snippets optimized for humans, not robots","archived":false,"fork":false,"pushed_at":"2020-06-30T21:37:43.000Z","size":76,"stargazers_count":59,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T12:11:13.348Z","etag":null,"topics":["snippets","sublime-text","sublime-text-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Redux/android_frameworks_base","license":null,"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":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-07-21T12:31:58.000Z","updated_at":"2022-04-08T07:04:01.000Z","dependencies_parsed_at":"2022-07-11T03:47:28.503Z","dependency_job_id":null,"html_url":"https://github.com/SublimeText/SaneSnippets","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FSaneSnippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FSaneSnippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FSaneSnippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FSaneSnippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SublimeText","download_url":"https://codeload.github.com/SublimeText/SaneSnippets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249239344,"owners_count":21235852,"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":["snippets","sublime-text","sublime-text-plugin"],"created_at":"2024-11-08T16:07:39.186Z","updated_at":"2025-04-16T12:31:13.052Z","avatar_url":"https://github.com/SublimeText.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"SaneSnippets for Sublime Text\n=============================\n\nSaneSnippets consist of text files with little bit of YAML front matter. They're\noptimized for human readability, not XML parsers:\n\n    ---\n    description: Lorizzle\n    tabTrigger:  lorizzle\n    scope:       text.plain\n    ---\n    Lorizzle sure dolizzle sit amizzle, pot adipiscing shizznit. Nullizzle check\n    out this velit, fo shizzle volutpizzle, suscipit quizzle, doggy vizzle,\n    yippiyo. Pellentesque tellivizzle tortizzle. Sizzle erizzle. Mah nizzle\n    izzle shizzle my nizzle crocodizzle sizzle dang tempizzle bizzle. Maurizzle\n    pellentesque nibh et turpizzle. Shiz izzle gizzle. Pellentesque nizzle\n    rhoncus i saw beyonces tizzles and my pizzle went crizzle. In daahng dawg\n    habitasse cool boom shackalack. Brizzle dapibizzle. Curabitur nizzle\n    pimpin', pretizzle da bomb, mattizzle ac, eleifend vitae, nunc. Mofo\n    suscipizzle. We gonna chung sempizzle go to hizzle phat gizzle.\n\n\n... because nobody likes hand-coding XML.\n\nTo use, add `.sane-snippet` files to any Sublime Text package. I personally keep\nthem in `User/Snippets`.\n\n\nInstallation\n------------\n\n### Using Sublime Package Control\n\nPick this option. Install via [Package Control](https://packagecontrol.io/),\nusing the `Package Control: Install Package` menu item.\nLook for `SaneSnippets` in the package list.\n\n### Using Git\n\nClone SaneSnippets into your `Packages` directory:\n\n    $ cd to packages dir ...\n    git clone https://github.com/SublimeText/SaneSnippets.git\n\n### Download manually\n\n 1. [Download the latest version](https://github.com/SublimeText/SaneSnippets/zipball/master)\n 2. Unzip and rename the folder to `SaneSnippets`\n 3. Move the folder into your `Packages` directory.\n\n----\n\nThe `Packages` directory is located at:\n\n * **Linux**:   `~/.config/sublime-text-3/Packages/`\n * **OS X**:    `~/Library/Application Support/Sublime Text 3/Packages/`\n * **Windows**: `%APPDATA%/Sublime Text 3/Packages/`\n\nYou can also find it via *Preferences → Browse Packages*.\n\n\nUsage\n-----\n\nCreate `.sane-snippet` files anywhere in your Sublime Text Packages directory.\nSaneSnippets (`sane.sublime-snippet`) will be regenerated every time you start\nSublime Text and their contents have changed. When you save a `.sane-snippet`\nfile using Sublime Text, it will always be regenerated.\n\nYou can manually regenerate all SaneSnippets in the whole packages directory\nwith the `SaneSnippets: Regenerate SaneSnippets (force)` command from the command\npalette (`Ctrl+Shift+p`, `Command+Shift+p`) or the menu (*Tools \u003e Packages \u003e\nSaneSnippets \u003e Regenerate SaneSnippets (force)*).\nThis will be useful when renaming or moving SaneSnippets.\n\nYou can also remove all generated snippets files\nwith the `SaneSnippets: Remove all compiled snippets` command,\nfor example when you intend to uninstall the package.\nThey will be automatically regenerated\nthe next time ST is started.\n\n*Note*: The YAML front matter parsing is using a naïve regular expression\ninstead of a proper YAML parser. Please keep it simple.\n\nContributors\n------------\n\n * [bobthecow](https://github.com/bobthecow/)\n * [FichteFoll](https://github.com/FichteFoll/)\n\n\nLicense\n-------\n\nCopyright (c) 2011 Justin Hileman\nCopyright (c) 2012-2020 FichteFoll \u003cfichtefoll2@googlemail.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Fsanesnippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsublimetext%2Fsanesnippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Fsanesnippets/lists"}