{"id":42260090,"url":"https://github.com/statusfailed/nvim-hexpr","last_synced_at":"2026-01-27T06:03:42.750Z","repository":{"id":332200282,"uuid":"1129235870","full_name":"statusfailed/nvim-hexpr","owner":"statusfailed","description":"nvim syntax highlighting for hexprs","archived":false,"fork":false,"pushed_at":"2026-01-12T20:18:22.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-13T01:23:48.152Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/statusfailed.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-06T19:58:56.000Z","updated_at":"2026-01-12T20:18:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/statusfailed/nvim-hexpr","commit_stats":null,"previous_names":["statusfailed/nvim-hexpr"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/statusfailed/nvim-hexpr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fnvim-hexpr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fnvim-hexpr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fnvim-hexpr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fnvim-hexpr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statusfailed","download_url":"https://codeload.github.com/statusfailed/nvim-hexpr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statusfailed%2Fnvim-hexpr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28805356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T05:43:52.625Z","status":"ssl_error","status_checked_at":"2026-01-27T05:43:48.957Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-27T06:03:21.304Z","updated_at":"2026-01-27T06:03:42.745Z","avatar_url":"https://github.com/statusfailed.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim-hexpr\n\nNeovim syntax highlighting for [H-Expressions](https://github.com/hellas-ai/hexpr) (.hex files)\n\n## Installation\n\n### lazy.nvim\n```lua\n{\n  \"statusfailed/nvim-hexpr\",\n  config = function()\n    require(\"hex-nvim\").setup()\n  end,\n}\n```\n\n### packer.nvim\n```lua\nuse {\n  \"statusfailed/nvim-hexpr\",\n  config = function()\n    require(\"hex-nvim\").setup()\n  end,\n}\n```\n\n## Usage\n\nThe plugin automatically detects `.hex` files and applies syntax highlighting for:\n- Comments (`#`)\n- Composition `()`\n- Tensor `{}`\n- Frobenius `[]`\n- Variables and operations\n\n## Example\n\n```hex\n# This is a comment\n(f g) # compose f and g\n{f0 f1} # tensor f and g\n[x y . x x] # create a spider that copies x and discards y\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatusfailed%2Fnvim-hexpr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatusfailed%2Fnvim-hexpr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatusfailed%2Fnvim-hexpr/lists"}