{"id":13527141,"url":"https://github.com/Mr-LLLLL/treesitter-outer","last_synced_at":"2025-04-01T09:31:08.410Z","repository":{"id":194676597,"uuid":"691342266","full_name":"Mr-LLLLL/treesitter-outer","owner":"Mr-LLLLL","description":"Jump outer node smartly","archived":false,"fork":false,"pushed_at":"2024-06-10T06:38:01.000Z","size":34,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-02T12:34:15.694Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scheme","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mr-LLLLL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-09-14T01:46:45.000Z","updated_at":"2024-07-12T06:35:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"098999e8-663c-4edc-9847-ba3b443e958d","html_url":"https://github.com/Mr-LLLLL/treesitter-outer","commit_stats":null,"previous_names":["mr-lllll/treesitter-outer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-LLLLL%2Ftreesitter-outer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-LLLLL%2Ftreesitter-outer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-LLLLL%2Ftreesitter-outer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-LLLLL%2Ftreesitter-outer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mr-LLLLL","download_url":"https://codeload.github.com/Mr-LLLLL/treesitter-outer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246615969,"owners_count":20806036,"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":[],"created_at":"2024-08-01T06:01:41.933Z","updated_at":"2025-04-01T09:31:08.161Z","avatar_url":"https://github.com/Mr-LLLLL.png","language":"Scheme","readme":"# Treesitter-Outer\n\n\u003e In Some language like C/CPP, Go, Rust..., I always use `[{` and `]}` to jump outer { and }. But in lua, python..., it's not work any more. So i write this plug to do this.\n\njump to outer node smartly base on [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) And thank [nvim-treesitter-textsubject](https://github.com/RRethy/nvim-treesitter-textsubjects) to provide Tree-Sitter queries\n\n![Screencasts](https://github.com/Mr-LLLLL/media/tree/master/treesitter-outer/outer.gif)\n\n## Installation\n\nWith [lazy.nvim](https://github.com/folk/lazy.nvim):\n\n``` lua\n    {\n        'Mr-LLLLL/treesitter-outer',\n        dependencies = \"nvim-treesitter/nvim-treesitter\",\n        -- only load this plug in follow filetypes\n        ft = {\n            \"c\",\n            \"cpp\",\n            \"elixir\",\n            \"fennel\",\n            \"foam\",\n            \"go\",\n            \"javascript\",\n            \"julia\",\n            \"lua\",\n            \"nix\",\n            \"php\",\n            \"python\",\n            \"r\",\n            \"ruby\",\n            \"rust\",\n            \"scss\",\n            \"tsx\",\n            \"typescript\",\n        },\n        -- default config\n        opts = {\n            filetypes = {\n                \"c\",\n                \"cpp\",\n                \"elixir\",\n                \"fennel\",\n                \"foam\",\n                \"go\",\n                \"javascript\",\n                \"julia\",\n                \"lua\",\n                \"nix\",\n                \"php\",\n                \"python\",\n                \"r\",\n                \"ruby\",\n                \"rust\",\n                \"scss\",\n                \"tsx\",\n                \"typescript\",\n            },\n            mode = { 'n', 'v' },\n            prev_outer_key = \"[{\",\n            next_outer_key = \"]}\",\n        },\n    }\n```\n","funding_links":[],"categories":["Motion"],"sub_categories":["GitLab"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMr-LLLLL%2Ftreesitter-outer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMr-LLLLL%2Ftreesitter-outer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMr-LLLLL%2Ftreesitter-outer/lists"}