{"id":19978751,"url":"https://github.com/s3rvac/vim-syntax-redminewiki","last_synced_at":"2025-09-23T11:14:37.529Z","repository":{"id":74516062,"uuid":"13622941","full_name":"s3rvac/vim-syntax-redminewiki","owner":"s3rvac","description":"Redmine wiki syntax highlighting for Vim","archived":false,"fork":false,"pushed_at":"2023-11-05T17:46:56.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T03:02:14.564Z","etag":null,"topics":["redmine","syntax-highlighting","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/s3rvac.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":"2013-10-16T15:24:27.000Z","updated_at":"2023-11-05T17:46:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"60d45a32-1d18-4461-91ba-b8e08b0017a4","html_url":"https://github.com/s3rvac/vim-syntax-redminewiki","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rvac%2Fvim-syntax-redminewiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rvac%2Fvim-syntax-redminewiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rvac%2Fvim-syntax-redminewiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rvac%2Fvim-syntax-redminewiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s3rvac","download_url":"https://codeload.github.com/s3rvac/vim-syntax-redminewiki/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252288912,"owners_count":21724323,"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":["redmine","syntax-highlighting","vim"],"created_at":"2024-11-13T03:35:11.486Z","updated_at":"2025-09-23T11:14:32.493Z","avatar_url":"https://github.com/s3rvac.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"Redmine Wiki Syntax For Vim\n===========================\n\nA Vim syntax-highlighting file for the [Redmine](https://redmine.org/) wiki.\n\nInstallation\n============\n\nIf you use [pathogen](https://github.com/tpope/vim-pathogen), simply go into\nthe `bundle` directory and clone the repository in there:\n```\ncd ~/.vim/bundle\ngit clone https://github.com/s3rvac/vim-syntax-redminewiki.git\n```\nYou can also install the plugin manually by copying the\n[`syntax/redminewiki.vim`](https://raw.githubusercontent.com/s3rvac/vim-syntax-redminewiki/master/syntax/redminewiki.vim)\nfile to your `~/.vim/syntax` directory. If that directory does not exist,\ncreate it.\n\nUsage\n=====\n\nWhen you edit a Redmine wiki page in Vim, execute `:set ft=redminewiki` to\nselect the Redmine wiki highlighting (make sure that you have enabled syntax\nhighlighting). Alternatively, you can put the following autocommand to your\n`.vimrc`:\n```\n\" Consider all .redmine files as Redmine wiki files.\nau BufNewFile,BufRead *.redmine set filetype=redminewiki\n```\nwhere `redmine` is the suffix of your Redmine wiki files.\n\nIf you use the [It's All Text](https://github.com/docwhat/itsalltext) Firefox\nplugin to edit textareas in Vim, you can add something along these lines to\nyour `.vimrc`:\n```\nlet s:opened_file_path = expand('%:p')\nif s:opened_file_path =~ '\\.mozilla/firefox/.*redmine'\n    au BufRead,BufNewFile *.txt set filetype=redminewiki\nendif\n```\nThen, when you launch Vim to edit a Redmine page (e.g. wiki or issue), a proper\nfile type will be selected automatically. Of course, this can be set up also\nfor other browser plugins, such as\n[Vimperator](http://www.vimperator.org/vimperator). You just need to adjust the\nregular expression matching `s:opened_file_path`.\n\nCredits\n=======\n\nThis syntax file is heavily based on the\n[textile.vim](http://rubychan.de/share/textile.vim) syntax file by Kornelius\nKalnbach \u003ckorny@cYcnus.de\u003e, 2006.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs3rvac%2Fvim-syntax-redminewiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs3rvac%2Fvim-syntax-redminewiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs3rvac%2Fvim-syntax-redminewiki/lists"}