{"id":17048601,"url":"https://github.com/adriaanzon/vim-textobj-matchit","last_synced_at":"2025-04-12T15:42:19.952Z","repository":{"id":206537867,"uuid":"91850765","full_name":"adriaanzon/vim-textobj-matchit","owner":"adriaanzon","description":"Vim text object for linewise matchit pairs","archived":false,"fork":false,"pushed_at":"2024-09-02T18:30:37.000Z","size":25,"stargazers_count":11,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T10:11:23.494Z","etag":null,"topics":["elixir","laravel-blade","latex","lua","ruby","text-object","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adriaanzon.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-19T22:46:02.000Z","updated_at":"2024-12-15T22:03:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"c21585c9-a03a-4c74-baf7-6e136216ebe8","html_url":"https://github.com/adriaanzon/vim-textobj-matchit","commit_stats":null,"previous_names":["adriaanzon/vim-textobj-matchit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriaanzon%2Fvim-textobj-matchit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriaanzon%2Fvim-textobj-matchit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriaanzon%2Fvim-textobj-matchit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriaanzon%2Fvim-textobj-matchit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adriaanzon","download_url":"https://codeload.github.com/adriaanzon/vim-textobj-matchit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248590916,"owners_count":21129912,"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":["elixir","laravel-blade","latex","lua","ruby","text-object","vim"],"created_at":"2024-10-14T09:52:32.936Z","updated_at":"2025-04-12T15:42:19.934Z","avatar_url":"https://github.com/adriaanzon.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-textobj-matchit\n\nA Vim plugin that creates text objects from matchit pairs, to be used with:\n\n* Ruby (`if…end`, `def…end`)\n* Blade (`@section…@endsection`)\n* Shell (`if…fi`, `for…done`)\n* Vim script (`if…endif`, `for…endfor`)\n* :man_shrugging: Any other filetype that defines similar matchit pairs\n\n## :package: Installation\n\nDepends on [vim-textobj-user][textobj-user] and [matchit][matchit].\n\n```vim\nPlug 'kana/vim-textobj-user'\nPlug 'adriaanzon/vim-textobj-matchit'\n\nruntime macros/matchit.vim\n```\n\nIt's likely that matchit is already enabled. You can check so by running\n`:echo g:loaded_matchit`. It will return `1` when it's enabled.\n\n## :sparkles: Usage\n\nTextobj-matchit maps 2 keystrokes: `am` and `im`. They work like any other text\nobject: `am` selects the _all_ of the matchit pair, `im` the _inner_ portion of\nthe matchit pair.\n\nSee [`:h textobj-matchit`](doc/textobj-matchit.txt) for more details, including\ninstructions on how to define your own key mappings.\n\n## :man_teacher: History\n\nThis plugin derives from [vim-textobj-rubyblock][textobj-rubyblock] and\n[vim-textobj-blade-directive][textobj-blade-directive]. I wanted something\nsimilar that works for every filetype, so that is why I created this plugin.\n\n## :page_facing_up: License\n\nCopyright © Adriaan Zonnenberg. Distributed under the same terms as Vim itself.\nSee `:help license`.\n\n[matchit]: http://www.vim.org/scripts/script.php?script_id=39\n[textobj-blade-directive]: https://github.com/adriaanzon/vim-textobj-blade-directive\n[textobj-rubyblock]: https://github.com/nelstrom/vim-textobj-rubyblock\n[textobj-user]: https://github.com/kana/vim-textobj-user\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadriaanzon%2Fvim-textobj-matchit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadriaanzon%2Fvim-textobj-matchit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadriaanzon%2Fvim-textobj-matchit/lists"}