{"id":45757489,"url":"https://github.com/stefanvanburen/cells","last_synced_at":"2026-02-27T23:01:52.493Z","repository":{"id":340470436,"uuid":"1163608330","full_name":"stefanvanburen/cells","owner":"stefanvanburen","description":"A Language Server for CEL","archived":false,"fork":false,"pushed_at":"2026-02-25T01:08:41.000Z","size":189,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-25T21:54:05.221Z","etag":null,"topics":["cel","common-expression-language"],"latest_commit_sha":null,"homepage":"","language":"Go","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/stefanvanburen.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-02-21T22:01:44.000Z","updated_at":"2026-02-25T01:07:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/stefanvanburen/cells","commit_stats":null,"previous_names":["stefanvanburen/cells"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/stefanvanburen/cells","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanvanburen%2Fcells","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanvanburen%2Fcells/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanvanburen%2Fcells/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanvanburen%2Fcells/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanvanburen","download_url":"https://codeload.github.com/stefanvanburen/cells/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanvanburen%2Fcells/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29874448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T21:05:00.265Z","status":"ssl_error","status_checked_at":"2026-02-26T20:57:13.669Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["cel","common-expression-language"],"created_at":"2026-02-25T21:13:11.992Z","updated_at":"2026-02-26T22:00:48.492Z","avatar_url":"https://github.com/stefanvanburen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cells\n\nA [language server](https://microsoft.github.io/language-server-protocol/) for [CEL (Common Expression Language)](https://cel.dev).\nIt operates on individual `.cel` files, providing various LSP features.\n\n## Installation\n\n```console\n$ go install github.com/stefanvanburen/cells/cmd/cells@latest\n```\n\n## Features\n\n* Semantic highlighting\n* Diagnostics\n* Formatting\n* Hover\n* References\n* Completion\n* Signature help\n* Variable renaming\n* Inlay hints (expression evaluation)\n\n## Usage\n\n### Neovim\n\nAdd to your config (e.g. `~/.config/nvim/init.lua`):\n\n```lua\nvim.lsp.config(\"cells\", {\n  filetypes = { \"cel\" },\n  cmd = { \"cells\", \"serve\" },\n})\nvim.lsp.enable(\"cells\")\n```\n\nNeovim doesn't recognize `.cel` files by default\n(until [0.12 is released](https://github.com/neovim/neovim/pull/37834)),\nso you'll also need to add a filetype detection rule:\n\n```lua\nvim.filetype.add({\n  extension = {\n    cel = \"cel\",\n  },\n})\n```\n\nTo verify it's working, open a `.cel` file and run `:checkhealth lsp` or `:LspInfo`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanvanburen%2Fcells","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanvanburen%2Fcells","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanvanburen%2Fcells/lists"}