{"id":25427837,"url":"https://github.com/owallb/vim-ucl","last_synced_at":"2025-05-14T06:18:44.464Z","repository":{"id":277060676,"uuid":"931205375","full_name":"owallb/vim-ucl","owner":"owallb","description":"Vim support for UCL (Universal Configuration Language) files, including syntax highlighting and indentation.","archived":false,"fork":false,"pushed_at":"2025-02-11T22:38:24.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T23:29:42.206Z","etag":null,"topics":["indent","syntax","syntax-highlighting","ucl","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/owallb.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":"2025-02-11T22:15:13.000Z","updated_at":"2025-02-11T22:38:27.000Z","dependencies_parsed_at":"2025-02-11T23:39:49.862Z","dependency_job_id":null,"html_url":"https://github.com/owallb/vim-ucl","commit_stats":null,"previous_names":["owallb/vim-ucl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owallb%2Fvim-ucl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owallb%2Fvim-ucl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owallb%2Fvim-ucl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owallb%2Fvim-ucl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owallb","download_url":"https://codeload.github.com/owallb/vim-ucl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239221278,"owners_count":19602378,"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":["indent","syntax","syntax-highlighting","ucl","vim"],"created_at":"2025-02-17T01:30:30.322Z","updated_at":"2025-05-14T06:18:44.458Z","avatar_url":"https://github.com/owallb.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-ucl\n\nVim support for UCL (Universal Configuration Language) files, including syntax highlighting and indentation.\n\n## Installation\n\n### Using vim-plug\n\n```vim\nPlug 'owallb/vim-ucl'\n```\n\n### Using lazy.nvim\n\n```lua\n{\n  'owallb/vim-ucl',\n}\n```\n\n### Manual Installation\n\nCopy the contents of this repository into your ~/.vim directory (or %USERPROFILE%\\vimfiles on Windows).\n\n## File Type Detection\n\nBy default, this plugin will be activated for files with the `.ucl` extension. If you use UCL files with different extensions, you have several options:\n\n### Via vimrc\n\nAdd this to your vimrc:\n```vim\nautocmd BufNewFile,BufRead *.conf setfiletype ucl\n```\n\n### Via modeline\n\nAdd one of these lines near the start or end of your UCL file:\n```\n# vim: ft=ucl\n```\nor\n```\n/* vim: set ft=ucl: */\n```\n\n## Configuration\n\nThe plugin has one configuration option:\n\n```vim\n\" Disable syntax folding (enabled by default)\nlet g:ucl_fold = 0\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the BSD 3-Clause License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- [UCL documentation](https://rspamd.com/doc/configuration/ucl.html)\n- [libucl](https://github.com/vstakhov/libucl)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowallb%2Fvim-ucl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowallb%2Fvim-ucl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowallb%2Fvim-ucl/lists"}