{"id":15387353,"url":"https://github.com/rhysd/vim-goyacc","last_synced_at":"2026-04-08T14:01:56.799Z","repository":{"id":66059708,"uuid":"91066172","full_name":"rhysd/vim-goyacc","owner":"rhysd","description":"Vim filetype support for goyacc","archived":false,"fork":false,"pushed_at":"2018-05-10T14:35:31.000Z","size":6,"stargazers_count":23,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-13T01:29:23.241Z","etag":null,"topics":["go","vim","vim-plugin","yacc"],"latest_commit_sha":null,"homepage":"https://godoc.org/golang.org/x/tools/cmd/goyacc","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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":"2017-05-12T07:54:42.000Z","updated_at":"2025-02-06T14:37:06.000Z","dependencies_parsed_at":"2023-03-10T23:36:13.187Z","dependency_job_id":null,"html_url":"https://github.com/rhysd/vim-goyacc","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"3825e58a0c64258f8a6355866d2c796bc6916a4f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rhysd/vim-goyacc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Fvim-goyacc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Fvim-goyacc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Fvim-goyacc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Fvim-goyacc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhysd","download_url":"https://codeload.github.com/rhysd/vim-goyacc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Fvim-goyacc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31558386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["go","vim","vim-plugin","yacc"],"created_at":"2024-10-01T14:53:42.395Z","updated_at":"2026-04-08T14:01:56.747Z","avatar_url":"https://github.com/rhysd.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"Vim Filetype Support for [goyacc][]\n===================================\n\n[vim-goyacc][] is a filetype support for [goyacc][].\n\nIt provides standard YACC syntax highlight\nand Go syntax highlight inside semantic action `{...}`. Default YACC syntax highlight attempts\nto highlight the semantic action as C or C++, though.\n\nAnd this also provides Go's indentation using `runtime/indent/go.vim`. It provides more\npleasant auto indentation as editing Go source.\n\n![screen shot][]\n\nFiles whose names end with `.go.y` are detected as a file for goyacc. If you want to detect files\nwith your own rule, please write your `autocmd` in your vimrc.\n\ne.g.\n\n```vim\n\" All files end with .y are detected as goyacc parser definition file.\nautocmd BufNewFile,BufReadPost *.y setlocal filetype=goyacc\n```\n\nOr write mode line at the bottom of your file as below.\n\n```\n/* vim: set ft=goyacc: */\n```\n\n\n## How to Install\n\nIf you use Vim's default package management, please refer `:help load-plugins`. Clone this\nrepository with `git` to proper location in your filesystem.\n\nIf you use your favorite Vim plugin manager like [vim-plug][], please follow the instruction\nin its documentation.\n\n\n## License\n\nThis plugin was derived from Vim's standard YACC filetype support. Hence this plugin is\nprovided with the same license as Vim (Vim license). Please see `:help license` in Vim for\nmore detail.\n\n[goyacc]: https://godoc.org/golang.org/x/tools/cmd/goyacc\n[vim-goyacc]: https://github.com/rhysd/vim-goyacc\n[vim-plug]: https://github.com/junegunn/vim-plug\n[screen shot]: https://github.com/rhysd/ss/blob/master/vim-goyacc/main.png?raw=true\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhysd%2Fvim-goyacc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhysd%2Fvim-goyacc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhysd%2Fvim-goyacc/lists"}