{"id":50326379,"url":"https://github.com/hugginsio/modeline","last_synced_at":"2026-05-29T06:30:38.513Z","repository":{"id":337100083,"uuid":"1142116426","full_name":"hugginsio/modeline","owner":"hugginsio","description":"A flexible Vim-style modeline parser","archived":false,"fork":false,"pushed_at":"2026-02-08T01:21:17.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-08T03:11:56.185Z","etag":null,"topics":["golang","modeline","vim"],"latest_commit_sha":null,"homepage":"","language":"Go","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/hugginsio.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-26T01:01:50.000Z","updated_at":"2026-02-08T01:28:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hugginsio/modeline","commit_stats":null,"previous_names":["hugginsio/modeline"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hugginsio/modeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugginsio%2Fmodeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugginsio%2Fmodeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugginsio%2Fmodeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugginsio%2Fmodeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hugginsio","download_url":"https://codeload.github.com/hugginsio/modeline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugginsio%2Fmodeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33640627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["golang","modeline","vim"],"created_at":"2026-05-29T06:30:37.290Z","updated_at":"2026-05-29T06:30:38.508Z","avatar_url":"https://github.com/hugginsio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# modeline\n\nA flexible Vim-style modeline parser.\n\nThere are two forms of modelines, according to `:help modeline`. This module endeavours to support both.\n\n1. `[text]{white}{program:}[white]{options}`\n2. `[text]{white}{program:}[white]se[t] {options}:[text]`\n\nA modeline such as `# vim: sw=3 foldmethod=marker noai cursorline` would result in the following:\n\n```go\n\u0026modeline.Modeline{\n\tProgram: \"vim\",\n\tOptions: map[string]string{\n\t\t\"sw\":         \"3\",\n\t\t\"foldmethod\": \"marker\",\n\t\t\"ai\":         \"false\",\n\t\t\"cursorline\": \"true\",\n\t},\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugginsio%2Fmodeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugginsio%2Fmodeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugginsio%2Fmodeline/lists"}