{"id":15387321,"url":"https://github.com/rhysd/vim-syntax-codeowners","last_synced_at":"2025-04-14T10:04:46.368Z","repository":{"id":66059716,"uuid":"164550385","full_name":"rhysd/vim-syntax-codeowners","owner":"rhysd","description":"Vim syntax support for CODEOWNERS file supported by GitHub","archived":false,"fork":false,"pushed_at":"2019-01-10T11:54:37.000Z","size":4,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T10:04:38.031Z","etag":null,"topics":["codeowners","syntax-highlighting","vim-plugin"],"latest_commit_sha":null,"homepage":"https://help.github.com/articles/about-code-owners/","language":"Vim script","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/rhysd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-01-08T03:23:41.000Z","updated_at":"2025-02-21T06:47:48.000Z","dependencies_parsed_at":"2023-03-10T23:36:13.220Z","dependency_job_id":null,"html_url":"https://github.com/rhysd/vim-syntax-codeowners","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"57c1ca9358f1fa82c4adfd8f0f9292da26e01681"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Fvim-syntax-codeowners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Fvim-syntax-codeowners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Fvim-syntax-codeowners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Fvim-syntax-codeowners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhysd","download_url":"https://codeload.github.com/rhysd/vim-syntax-codeowners/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860296,"owners_count":21173342,"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":["codeowners","syntax-highlighting","vim-plugin"],"created_at":"2024-10-01T14:53:37.885Z","updated_at":"2025-04-14T10:04:46.330Z","avatar_url":"https://github.com/rhysd.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"Vim filetype support for [GitHub `CODEOWNERS` file][ghdoc]\n==========================================================\n\n`CODEOWNERS` file is [officially supported by GitHub][ghdoc].\n\n`CODEOWNERS` file syntax is basically the same as `.gitignore`. [vim-syntax-codeowners][repo] provides\nadditional syntax highlights and features for GitHub specific things:\n\n- Dedicated filetype `codeowners`\n- File path patterns highlighting\n- `@user` or `@org/team` highlighting\n\nComparison:\n\n| Default (`ft=conf`)             | By this plugin (`ft=codeowners`)        |\n|---------------------------------|-----------------------------------------|\n| ![screenshot for conf][ss-conf] | ![screenshot-codeowners][ss-codeowners] |\n\n\n## Installation\n\nIf you use any package manager, please follow its instruction.\n\nWith [vim-plug](https://github.com/junegunn/vim-plug):\n\n```vim\nPlug 'rhysd/vim-syntax-codeowners'\n```\n\nWith [dein.vim](https://github.com/Shougo/dein.vim):\n\n```vim\ncall dein#add('rhysd/vim-syntax-codeowners')\n```\n\nWith [minpac](https://github.com/k-takata/minpac):\n\n```vim\ncall minpac#add('rhysd/vim-syntax-codeowners')\n```\n\nWhen you're using Vim's builtin packager, please follow instruction at `:help pack-add`.\n\n\n## Customization\n\n### `g:codeowners_only_dot_github`\n\nIf this variable exists and its value is set to `1`, only setting `codeowners` filetype for `.github/CODEOWNERS` file.\nThis configuration is conservative and useful when you may use `CODEOWNERS` file outside GitHub since\n`.github` directory is dedicated for GitHub.\nBy default this plugin sets `codeowners` filetype at any `CODEOWNERS` files.\n\n\n## Development\n\nRepository is [hosted at GitHub][repo]. Please report any issues or send patch by creating pull requests there.\n\n## License\n\nDistributed under [the MIT License](LICENSE.txt)\n\n[ghdoc]: https://help.github.com/articles/about-code-owners/\n[repo]: https://github.com/rhysd/vim-syntax-codeowners\n[ss-conf]: https://github.com/rhysd/ss/blob/master/vim-syntax-codeowners/conf.png?raw=true\n[ss-codeowners]: https://github.com/rhysd/ss/blob/master/vim-syntax-codeowners/codeowners.png?raw=true\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhysd%2Fvim-syntax-codeowners","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhysd%2Fvim-syntax-codeowners","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhysd%2Fvim-syntax-codeowners/lists"}