{"id":16986290,"url":"https://github.com/q60/vim-brainfuck","last_synced_at":"2025-09-14T05:03:17.878Z","repository":{"id":149243461,"uuid":"245789610","full_name":"q60/vim-brainfuck","owner":"q60","description":"Brainfuck syntax highlight plugin for vim.","archived":false,"fork":false,"pushed_at":"2025-04-29T17:30:38.000Z","size":9,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-04T22:12:13.814Z","etag":null,"topics":["brainfuck","brainfuck-interpreter","open-source","opensource","plug","syntax-highlighting","syntax-highlights","vim","vim-brainfuck","vim-configuration","vim-plugin","vimscript","vundle"],"latest_commit_sha":null,"homepage":null,"language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/q60.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}},"created_at":"2020-03-08T09:55:11.000Z","updated_at":"2025-05-12T15:04:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"8896cf46-503c-4485-be65-68ccc2dcd0f9","html_url":"https://github.com/q60/vim-brainfuck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/q60/vim-brainfuck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q60%2Fvim-brainfuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q60%2Fvim-brainfuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q60%2Fvim-brainfuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q60%2Fvim-brainfuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/q60","download_url":"https://codeload.github.com/q60/vim-brainfuck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q60%2Fvim-brainfuck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275062966,"owners_count":25398888,"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-09-14T02:00:10.474Z","response_time":75,"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":["brainfuck","brainfuck-interpreter","open-source","opensource","plug","syntax-highlighting","syntax-highlights","vim","vim-brainfuck","vim-configuration","vim-plugin","vimscript","vundle"],"created_at":"2024-10-14T02:45:18.973Z","updated_at":"2025-09-14T05:03:17.869Z","avatar_url":"https://github.com/q60.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim Brainfuck\n\nBrainfuck syntax highlight plugin for vim.\n\n![Example](https://i.imgur.com/GhUxNkP.png)\n\n## Installation\n\n### Vundle\n\nIn case if you are using [VundleVim/Vundle.vim](https://github.com/VundleVim/Vundle.vim) just add this to your `~/.vimrc`\n```vim\nPlugin 'llathasa-veleth/vim-brainfuck'\n```\nThen do either this:\n```sh\nvim +PluginInstall\n```\nor, while in **vim** do:\n```vim\n:PluginInstall\n```\n\n### Plug\n\nIf you prefer [junegunn/vim-plug](https://github.com/junegunn/vim-plug), add this to `~/.vimrc`\n```vim\nPlug 'llathasa-veleth/vim-brainfuck'\n```\nThen do either this:\n```sh\nvim +PlugInstall\n```\nor, while in **vim** do:\n```vim\n:PlugInstall\n```\n\n### Other methods\n\n|                  **Plugin Manager**                  \t|                                      **How to install**                                      \t|\n|------------------------------------------------------\t|----------------------------------------------------------------------------------------------\t|\n| [Pathogen](https://github.com/tpope/vim-pathogen)    \t| Run `git clone https://github.com/llathasa-veleth/vim-brainfuck ~/.vim/bundle/vim-brainfuck` \t|\n| [NeoBundle](https://github.com/Shougo/neobundle.vim) \t| `NeoBundle 'llathasa-veleth/vim-brainfuck'`                                                  \t|\n| [dein](https://github.com/Shougo/dein.vim)           \t| `call dein#add('llathasa-veleth/vim-brainfuck')`                                             \t|\n| [minpac](https://github.com/k-takata/minpac/)        \t| `call minpac#add('llathasa-veleth/vim-brainfuck')`                                           \t|\n\n\n## TODO List\n\n- [x] [Fast Interpreter](https://github.com/llathasa-veleth/brainfuck).\n- [x] Automatic indentation (folding function).\n- [x] Syntax highlights.\n- [ ] *? Multiline comments*.\n\n## Version history\n\n- **`2.1.0`** - *Removed multiline comments due to unsolved problems.*\n- **`2.0.0`** - **Bracket folding added.**\n- **`1.2.0`** - *Testing brackets folding function.*\n- **`1.1.1`** - *Multiline comments now support TODO, FIXME, etc.*\n- **`1.1.0`** - *Changed highlight colors.*\n- **`1.0.0`** - *Initial version.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fq60%2Fvim-brainfuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fq60%2Fvim-brainfuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fq60%2Fvim-brainfuck/lists"}