{"id":20092346,"url":"https://github.com/rubixdev/tree-sitter-while","last_synced_at":"2025-08-04T01:34:49.870Z","repository":{"id":257868595,"uuid":"873103398","full_name":"RubixDev/tree-sitter-while","owner":"RubixDev","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-15T15:54:15.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T15:53:00.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/RubixDev.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":"2024-10-15T15:52:46.000Z","updated_at":"2024-10-16T07:51:55.000Z","dependencies_parsed_at":"2024-10-16T20:28:13.284Z","dependency_job_id":null,"html_url":"https://github.com/RubixDev/tree-sitter-while","commit_stats":null,"previous_names":["rubixdev/tree-sitter-while"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RubixDev/tree-sitter-while","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubixDev%2Ftree-sitter-while","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubixDev%2Ftree-sitter-while/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubixDev%2Ftree-sitter-while/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubixDev%2Ftree-sitter-while/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RubixDev","download_url":"https://codeload.github.com/RubixDev/tree-sitter-while/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubixDev%2Ftree-sitter-while/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268636790,"owners_count":24282174,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-13T16:36:43.692Z","updated_at":"2025-08-04T01:34:49.829Z","avatar_url":"https://github.com/RubixDev.png","language":"Rust","readme":"# tree-sitter-while\n\n[while](https://github.com/Gobidev/while-lang) grammar for\n[tree-sitter](https://github.com/tree-sitter/tree-sitter)\n\n## Usage in Neovim\n\n### Parser Installation\n\nTo use this parser you must manually add it to your tree-sitter config and then\ninstall it with `:TSInstall while` or by adding it to your `ensure_installed`\nlist:\n\n```lua\nrequire('nvim-treesitter.parsers').get_parser_configs()['while'] = {\n    install_info = {\n        url = 'https://github.com/RubixDev/tree-sitter-while.git',\n        files = { 'src/parser.c' },\n        branch = 'main',\n    },\n}\n```\n\n### File type detection\n\nYou will likely also have to add the `while` file type:\n\n```lua\nvim.filetype.add { extension = { ['while'] = 'while' } }\n```\n\n### Highlighting\n\nIf you want to use this parser for highlighting, you will also have to add this\nrepository as a plugin, for example for packer.nvim add this:\n\n```lua\nuse { 'RubixDev/tree-sitter-while' }\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubixdev%2Ftree-sitter-while","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubixdev%2Ftree-sitter-while","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubixdev%2Ftree-sitter-while/lists"}