{"id":27992817,"url":"https://github.com/oxy2dev/tree-sitter-vhs","last_synced_at":"2026-07-06T09:31:32.146Z","repository":{"id":280281245,"uuid":"941499462","full_name":"OXY2DEV/tree-sitter-vhs","owner":"OXY2DEV","description":"Tree-sitter grammar for the CLI video recorder(.tape files)","archived":false,"fork":false,"pushed_at":"2025-12-14T01:30:28.000Z","size":107,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-05T04:12:47.145Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/OXY2DEV.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":"2025-03-02T12:50:38.000Z","updated_at":"2025-12-14T01:30:28.000Z","dependencies_parsed_at":"2025-05-08T18:53:14.730Z","dependency_job_id":null,"html_url":"https://github.com/OXY2DEV/tree-sitter-vhs","commit_stats":null,"previous_names":["oxy2dev/tree-sitter-vhs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OXY2DEV/tree-sitter-vhs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OXY2DEV%2Ftree-sitter-vhs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OXY2DEV%2Ftree-sitter-vhs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OXY2DEV%2Ftree-sitter-vhs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OXY2DEV%2Ftree-sitter-vhs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OXY2DEV","download_url":"https://codeload.github.com/OXY2DEV/tree-sitter-vhs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OXY2DEV%2Ftree-sitter-vhs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35185688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"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":[],"created_at":"2025-05-08T18:43:00.531Z","updated_at":"2026-07-06T09:31:31.579Z","avatar_url":"https://github.com/OXY2DEV.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tree-sitter-vhs\n\n[![CI][ci]](https://github.com/OXY2DEV/tree-sitter-vhs/actions/workflows/ci.yml)\n[![discord][discord]](https://discord.gg/w7nTvsVJhm)\n[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)\n\n[Tree-sitter](https://github.com/tree-sitter/tree-sitter) grammar for the CLI video recorder.\n\n[ci]: https://img.shields.io/github/actions/workflow/status/OXY2DEV/tree-sitter-vhs/ci.yml?logo=github\u0026label=CI\n[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord\u0026label=discord\n[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix\u0026label=matrix\n\n## 📥 Installation\n\n### 💡 nvim-treesitter\n\nNow, put this in your `nvim-treesitter` config,\n\n```lua\nlocal parser_configs = require(\"nvim-treesitter.parsers\").get_parser_configs();\n\nparser_configs.vhs = {\n    install_info = {\n        url = \"https://github.com/OXY2DEV/tree-sitter-vhs\",\n        files = { \"src/parser.c\" },\n        branch = \"main\",\n    },\n}\n```\n\nNow, quit \u0026 open Neovim and run this command,\n\n```vim\n:TSInstall vhs\n```\n\n### 💡 manual\n\n1. Install the `tree-sitter` CLI tool.\n\n2. Clone the repository in your machine and `cd` into it.\n\n3. Run `tree-sitter build`(if it tells you to install dependencies then you should install them and retry).\n\n4. Copy the `vhs.so` file to `~/.config/nvim/parser/`.\n\n## 💥 Syntax highlighting\n\nTo get syntax highlighting you need to copy the `queries/highlights.scm` to `~/.config/nvim/queries/vhs/`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxy2dev%2Ftree-sitter-vhs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxy2dev%2Ftree-sitter-vhs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxy2dev%2Ftree-sitter-vhs/lists"}