{"id":19978746,"url":"https://github.com/s3rvac/vim-syntax-retdecdsm","last_synced_at":"2025-05-04T04:32:04.888Z","repository":{"id":74516076,"uuid":"56971620","full_name":"s3rvac/vim-syntax-retdecdsm","owner":"s3rvac","description":"RetDec disassembly syntax highlighting for Vim","archived":false,"fork":false,"pushed_at":"2023-11-06T17:55:25.000Z","size":37,"stargazers_count":17,"open_issues_count":0,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-08T03:02:14.689Z","etag":null,"topics":["disassembler","retdec","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":"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}},"created_at":"2016-04-24T12:59:32.000Z","updated_at":"2024-08-12T19:22:29.000Z","dependencies_parsed_at":"2023-11-07T01:39:24.197Z","dependency_job_id":null,"html_url":"https://github.com/s3rvac/vim-syntax-retdecdsm","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-retdecdsm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rvac%2Fvim-syntax-retdecdsm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rvac%2Fvim-syntax-retdecdsm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s3rvac%2Fvim-syntax-retdecdsm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s3rvac","download_url":"https://codeload.github.com/s3rvac/vim-syntax-retdecdsm/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":["disassembler","retdec","syntax-highlighting","vim"],"created_at":"2024-11-13T03:35:10.981Z","updated_at":"2025-05-04T04:31:59.874Z","avatar_url":"https://github.com/s3rvac.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"RetDec Disassembly Syntax For Vim\n=================================\n\nA Vim syntax-highlighting file for the output from the\n[RetDec](https://retdec.com/)'s disassembler.\n\n![Screenshot](screenshot.png \"Syntax highlighting in action.\")\n\n[RetDec](https://retdec.com/) is an open-source machine-code decompiler. One of\nits outputs is a disassembled version of the input binary file. This Vim plugin\nadds syntax highlighting when viewing these disassemblies.\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-retdecdsm.git\n```\nYou can also install the plugin manually by copying the\n[`syntax/retdecdsm.vim`](https://raw.githubusercontent.com/s3rvac/vim-syntax-retdecdsm/master/syntax/retdecdsm.vim)\nfile to your `~/.vim/syntax` directory. If that directory does not exist,\ncreate it.\n\nUsage\n=====\n\nWhen you open a [RetDec](https://retdec.com/)'s disassembly in Vim, execute\n`:set ft=retdecdsm` to enable syntax highlighting. Alternatively, you can put\nthe following autocommand to your `.vimrc`:\n```\n\" Consider *.dsm files as files containing disassembly from RetDec.\nautocmd BufNewFile,BufRead *.dsm set filetype=retdecdsm\n```\n\nLicense\n-------\n\nCopyright (c) 2016 Petr Zemek (s3rvac@petrzemek.net) and contributors.\n\nDistributed under the MIT license. See the\n[`LICENSE`](https://github.com/s3rvac/vim-syntax-retdecdsm/blob/master/LICENSE)\nfile for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs3rvac%2Fvim-syntax-retdecdsm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs3rvac%2Fvim-syntax-retdecdsm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs3rvac%2Fvim-syntax-retdecdsm/lists"}