{"id":15282570,"url":"https://github.com/luckasranarison/tree-sitter-icelang","last_synced_at":"2026-04-15T22:31:39.590Z","repository":{"id":176824740,"uuid":"659349381","full_name":"luckasRanarison/tree-sitter-icelang","owner":"luckasRanarison","description":"icelang grammar for tree-sitter","archived":false,"fork":false,"pushed_at":"2023-08-25T11:31:36.000Z","size":207,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-04T10:40:47.622Z","etag":null,"topics":["parser","programming-language","tree-sitter"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/tree-sitter-icelang","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/luckasRanarison.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":"2023-06-27T16:31:57.000Z","updated_at":"2023-06-28T14:55:08.000Z","dependencies_parsed_at":"2024-10-14T14:21:10.037Z","dependency_job_id":"f4bd9a27-3841-4e94-b794-70fb42becef3","html_url":"https://github.com/luckasRanarison/tree-sitter-icelang","commit_stats":null,"previous_names":["luckasranarison/tree-sitter-icelang"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/luckasRanarison/tree-sitter-icelang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckasRanarison%2Ftree-sitter-icelang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckasRanarison%2Ftree-sitter-icelang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckasRanarison%2Ftree-sitter-icelang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckasRanarison%2Ftree-sitter-icelang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luckasRanarison","download_url":"https://codeload.github.com/luckasRanarison/tree-sitter-icelang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckasRanarison%2Ftree-sitter-icelang/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269668187,"owners_count":24456495,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":["parser","programming-language","tree-sitter"],"created_at":"2024-09-30T14:26:59.642Z","updated_at":"2026-04-15T22:31:39.556Z","avatar_url":"https://github.com/luckasRanarison.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tree-sitter-icelang\n\n[![Build/test](https://github.com/luckasRanarison/tree-sitter-icelang/actions/workflows/ci.yml/badge.svg)](https://github.com/luckasRanarison/tree-sitter-icelang/actions/workflows/ci.yml)\n[![crates.io](https://img.shields.io/crates/v/tree-sitter-icelang)](https://crates.io/crates/tree-sitter-icelang)\n\n[icelang](https://github.com/luckasRanarison/icelang) grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter)\n\n# Build\n\n```bash\n# install tree-sitter-cli with cargo or npm\ncargo install tree-sitter-cli\n# or\nnpm i -g tree-sitter-cli\n\n# generate parser\ntree-sitter generate\n```\n\n## Neovim\n\nTo use it in Neovim, you have install the parser manually by adding the following code in your [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter/) configuration, and run `:TSInstall icelang`.\n\n```lua\nlocal parser_config = require(\"nvim-treesitter.parsers\").get_parser_configs()\nparser_config.icelang = {\n  install_info = {\n    url = \"https://github.com/luckasRanarison/tree-sitter-icelang\",\n    files = { \"src/parser.c\" },\n    branch = \"master\",\n  },\n  filetype = \"icelang\",\n}\n```\n\nTo get syntax highlightings, folds and indents, you can use the repository as plugin by installing it with your package manager.\n\nLazy:\n\n```lua\nreturn { \"luckasRanarison/tree-sitter-icelang\" }\n```\n\nPacker:\n\n```lua\nuse { \"luckasRanarison/tree-sitter-icelang\" }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckasranarison%2Ftree-sitter-icelang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluckasranarison%2Ftree-sitter-icelang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckasranarison%2Ftree-sitter-icelang/lists"}