{"id":16882774,"url":"https://github.com/alhadis/vim-grm","last_synced_at":"2025-08-17T11:04:53.393Z","repository":{"id":78377702,"uuid":"422057614","full_name":"Alhadis/vim-grm","owner":"Alhadis","description":"Patched and modernised version of the GOLD parsing system's old Vim extension.","archived":false,"fork":false,"pushed_at":"2021-10-28T03:56:50.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-17T11:03:57.096Z","etag":null,"topics":["gold-parser","syntax-highlighting","vim","vim-plugin","vim-syntax"],"latest_commit_sha":null,"homepage":"http://goldparser.org/builder/index.htm","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Alhadis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-10-28T03:56:34.000Z","updated_at":"2021-10-28T04:03:35.000Z","dependencies_parsed_at":"2023-03-09T14:15:44.345Z","dependency_job_id":null,"html_url":"https://github.com/Alhadis/vim-grm","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Alhadis/vim-grm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alhadis%2Fvim-grm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alhadis%2Fvim-grm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alhadis%2Fvim-grm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alhadis%2Fvim-grm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alhadis","download_url":"https://codeload.github.com/Alhadis/vim-grm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alhadis%2Fvim-grm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270837583,"owners_count":24654391,"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-17T02:00:09.016Z","response_time":129,"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":["gold-parser","syntax-highlighting","vim","vim-plugin","vim-syntax"],"created_at":"2024-10-13T16:08:41.024Z","updated_at":"2025-08-17T11:04:53.346Z","avatar_url":"https://github.com/Alhadis.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"[GOLD](http://goldparser.org/) grammar support for Vim\n======================================================\n\nThis is a refactored and slightly-improved repackaging of the GOLD Parsing system's\nold [Vim extension](http://goldparser.org/builder/files/grm.vim), which hasn't been\nupdated since 2002. The GOLD project itself appears to be abandoned, with no GitHub\npresence I know of.\n\n\nInstallation\n------------\n\n### Using the built-in package manager (Vim 8+)\n\n~~~console\n$ mkdir -p ~/.vim/pack\n$ cd ~/.vim/pack\n$ git clone https://github.com/Alhadis/vim-grm.git\n~~~\n\n### Using a third-party package manager\n\n\u003e _Caveat lector_ — I've not tested any of these. YMMV.\n\n#### [Dein](https://github.com/Shougo/dein.vim)\n\n~~~viml\n\" ~/.vimrc\nset nocompatible\ncall dein#add('Alhadis/vim-grm')\n~~~\n\n#### [NeoBundle](https://github.com/Shougo/neobundle.vim)\n\n~~~viml\n\" ~/.vimrc\nNeoBundle 'Alhadis/vim-grm'\n~~~\n\n#### [Pathogen](https://github.com/tpope/vim-pathogen)\nRun the following in your terminal:\n\n~~~console\n$ mkdir -p ~/.vim/bundle\n$ cd ~/.vim/bundle\n$ git clone https://github.com/Alhadis/vim-grm.git\n~~~\n\nYou may need to restart Vim before the package can work properly.\n\n#### [VimPlug](https://github.com/junegunn/vim-plug)\n\n~~~viml\n\" ~/.vimrc\nPlug 'Alhadis/vim-grm'\n~~~\n\n#### [Vundle](https://github.com/VundleVim/Vundle.vim)\n\n~~~viml\n\" ~/.vimrc\nPlugin 'Alhadis/vim-grm'\n~~~\n\n\nBackground\n----------\n\nI only learned of GOLD's grammar format through [`bottlecaps.de/convert`][2], which\nsupports `*.grm` files as input. Admittedly, my interest in GOLD extends no further\nthan syntax highlighting.\n\nI only cleaned this file up because I wanted to compare Vim's highlighting with the\nunfinished TextMate grammar I started work on for [`Alhadis/language-grammars`][3].\nI've nonetheless endeavoured to do The Right Thing™ and flesh everything out like a\nproper Vim package, if just to sate a completionist itch.\n\n[2]: https://www.bottlecaps.de/convert/\n[3]: https://github.com/Alhadis/language-grammars\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falhadis%2Fvim-grm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falhadis%2Fvim-grm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falhadis%2Fvim-grm/lists"}