{"id":22124615,"url":"https://github.com/nblock/vim-dokuwiki","last_synced_at":"2025-04-10T06:50:38.004Z","repository":{"id":41067074,"uuid":"2485256","full_name":"nblock/vim-dokuwiki","owner":"nblock","description":"vim-dokuwiki - a VIM syntax file for DokuWiki","archived":false,"fork":false,"pushed_at":"2022-09-09T13:34:08.000Z","size":67,"stargazers_count":32,"open_issues_count":5,"forks_count":16,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-24T07:54:12.387Z","etag":null,"topics":[],"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/nblock.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}},"created_at":"2011-09-29T22:00:42.000Z","updated_at":"2024-07-11T12:24:27.000Z","dependencies_parsed_at":"2023-01-18T02:15:43.127Z","dependency_job_id":null,"html_url":"https://github.com/nblock/vim-dokuwiki","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblock%2Fvim-dokuwiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblock%2Fvim-dokuwiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblock%2Fvim-dokuwiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblock%2Fvim-dokuwiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nblock","download_url":"https://codeload.github.com/nblock/vim-dokuwiki/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248173852,"owners_count":21059595,"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":[],"created_at":"2024-12-01T15:48:44.544Z","updated_at":"2025-04-10T06:50:37.985Z","avatar_url":"https://github.com/nblock.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-dokuwiki - a VIM syntax file for DokuWiki\n\n## Install\n\n### Vim-Plug\n```\nPlug 'nblock/vim-dokuwiki'\n```\n\n### Manual\n1) copy [syntax/dokuwiki.vim](syntax/dokuwiki.vim) into your `~/.vim/syntax/`\n2) enable by issuing `:set ft=dokuwiki`\n\n## Configuration\n\n### Manually enable syntax highlighting for certain filename patterns\nAdd the following snippet to your vim configuration, in case you\nwant to enable Dokuwiki syntax highlighting for all `*.txt` files:\n\n    autocmd BufRead,BufNewFile *.txt       set filetype=dokuwiki\n\n### Comment highlighting\nIf you want to enable the comment plugin highlighting, \nassign any value to the `dokuwiki_comment` variable:\n\n    :let dokuwiki_comment=1\n\nTo disable it use `:unlet`. Example:\n\n    :unlet dokuwiki_comment\n\n### Code block syntax highlighting\nSyntax highlighting in code blocks can be enabled by adding the appropriate \nlanguages to the `dokuwiki_fenced_languages` variable in your vimrc.\nExample:\n\n    :let g:dokuwiki_fenced_languages = ['c', 'python', 'html']\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnblock%2Fvim-dokuwiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnblock%2Fvim-dokuwiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnblock%2Fvim-dokuwiki/lists"}