{"id":13472858,"url":"https://github.com/eonpatapon/tree-sitter-cue","last_synced_at":"2025-04-07T17:09:21.171Z","repository":{"id":40370897,"uuid":"409289609","full_name":"eonpatapon/tree-sitter-cue","owner":"eonpatapon","description":"Cue grammar for tree-sitter","archived":false,"fork":false,"pushed_at":"2025-02-03T08:14:38.000Z","size":1096,"stargazers_count":32,"open_issues_count":3,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-06T03:55:47.531Z","etag":null,"topics":["cue","cuelang","tree-sitter"],"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/eonpatapon.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":"2021-09-22T17:06:20.000Z","updated_at":"2025-02-03T08:13:40.000Z","dependencies_parsed_at":"2025-02-28T07:20:35.767Z","dependency_job_id":null,"html_url":"https://github.com/eonpatapon/tree-sitter-cue","commit_stats":{"total_commits":57,"total_committers":6,"mean_commits":9.5,"dds":"0.33333333333333337","last_synced_commit":"4ffcda8c2bdfee1c2ba786cd503d0508ea92cca2"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eonpatapon%2Ftree-sitter-cue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eonpatapon%2Ftree-sitter-cue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eonpatapon%2Ftree-sitter-cue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eonpatapon%2Ftree-sitter-cue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eonpatapon","download_url":"https://codeload.github.com/eonpatapon/tree-sitter-cue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247694876,"owners_count":20980733,"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":["cue","cuelang","tree-sitter"],"created_at":"2024-07-31T16:00:58.529Z","updated_at":"2025-04-07T17:09:21.143Z","avatar_url":"https://github.com/eonpatapon.png","language":"JavaScript","funding_links":[],"categories":["Projects","JavaScript","others"],"sub_categories":[],"readme":"# tree-sitter-cue\n\n[![Build Status](https://github.com/eonpatapon/tree-sitter-cue/actions/workflows/ci.yml/badge.svg)](https://github.com/eonpatapon/tree-sitter-cue/actions/workflows/ci.yml)\n[![Discord](https://img.shields.io/discord/1063097320771698699?logo=discord)](https://discord.gg/w7nTvsVJhm)\n\n[Cue][] grammar for [tree-sitter][].\n\n![AST and highlights in Neovim](./neovim-ts.png)\n\n## Setup in Neovim\n\nUsing [lazy.nvim](https://github.com/folke/lazy.nvim)\n\n```lua\n\nreturn {\n  \"nvim-treesitter/nvim-treesitter\",\n  build = \":TSUpdate\",\n  event = { \"BufReadPost\", \"BufNewFile\" },\n  --- @type TSConfig\n  opts = {\n    ensure_installed = {\n      \"cue\",\n    },\n  },\n  ---@param opts TSConfig\n    config = function(_, opts)\n      require(\"nvim-treesitter.configs\").setup(opts)\n    end,\n}\n```\n\n[tree-sitter]: https://github.com/tree-sitter/tree-sitter\n[cue]: https://github.com/cue-lang/cue\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feonpatapon%2Ftree-sitter-cue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feonpatapon%2Ftree-sitter-cue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feonpatapon%2Ftree-sitter-cue/lists"}