{"id":19978745,"url":"https://github.com/s3rvac/vim-syntax-yara","last_synced_at":"2025-06-21T18:09:18.239Z","repository":{"id":41403780,"uuid":"107780376","full_name":"s3rvac/vim-syntax-yara","owner":"s3rvac","description":"A Vim syntax highlighting for YARA rules","archived":false,"fork":false,"pushed_at":"2024-11-24T15:47:22.000Z","size":67,"stargazers_count":31,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-04T04:33:01.926Z","etag":null,"topics":["syntax-highlighting","vim","yara"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","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":"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":"2017-10-21T13:02:15.000Z","updated_at":"2024-11-24T15:47:26.000Z","dependencies_parsed_at":"2022-09-21T07:41:57.593Z","dependency_job_id":"b74e376a-b568-417b-b3dd-f64fdda5a0af","html_url":"https://github.com/s3rvac/vim-syntax-yara","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/s3rvac/vim-syntax-yara","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rvac%2Fvim-syntax-yara","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rvac%2Fvim-syntax-yara/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rvac%2Fvim-syntax-yara/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rvac%2Fvim-syntax-yara/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s3rvac","download_url":"https://codeload.github.com/s3rvac/vim-syntax-yara/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rvac%2Fvim-syntax-yara/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261170423,"owners_count":23119513,"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":["syntax-highlighting","vim","yara"],"created_at":"2024-11-13T03:35:10.968Z","updated_at":"2025-06-21T18:09:13.175Z","avatar_url":"https://github.com/s3rvac.png","language":"Vim Script","funding_links":[],"categories":["Reverse Engineering"],"sub_categories":["Yara"],"readme":"# Vim syntax highlighting for YARA rules\n\nA Vim syntax-highlighting plugin for [YARA](https://virustotal.github.io/yara/)\nrules. Covers YARA versions up to v4.3.\n\n![Screenshot](screenshot.png \"Syntax highlighting in action.\")\n\n## Installation\n\nThe installation depends on the plugin manager you use (if any). Here are some of the options:\n\n### vim-pathogen\n\nIf you use [vim-pathogen](https://github.com/tpope/vim-pathogen), go into the\n`bundle` directory and clone the repository in there:\n```bash\ncd ~/.vim/bundle\ngit clone https://github.com/s3rvac/vim-syntax-yara.git\n```\n\n### lazy.nvim\n\nIf you use [lazy.nvim](https://github.com/folke/lazy.nvim), add the following\npiece of code into your plugin configuration:\n```lua\n-- Vim syntax highlighting for YARA rules\n-- https://github.com/s3rvac/vim-syntax-yara\n{\n    \"s3rvac/vim-syntax-yara\",\n}\n```\n\n### Manual installation\n\nYou can also install the plugin manually by copying the\n[`syntax/yara.vim`](https://raw.githubusercontent.com/s3rvac/vim-syntax-yara/master/syntax/yara.vim)\nfile to your `~/.vim/syntax` directory and the\n[`ftdetect/yara.vim`](https://raw.githubusercontent.com/s3rvac/vim-syntax-yara/master/ftdetect/yara.vim)\nfile to your `~/.vim/ftdetect` directory. If these directories do not exist,\ncreate them.\n\n## License\n\nCopyright (c) 2017 Petr Zemek (s3rvac@petrzemek.net) and contributors.\n\nDistributed under the MIT license. See the\n[`LICENSE`](https://github.com/s3rvac/vim-syntax-yara/blob/master/LICENSE)\nfile for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs3rvac%2Fvim-syntax-yara","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs3rvac%2Fvim-syntax-yara","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs3rvac%2Fvim-syntax-yara/lists"}