{"id":20082342,"url":"https://github.com/exercism/codemirror-lang-wren","last_synced_at":"2025-05-06T00:31:49.367Z","repository":{"id":39863318,"uuid":"370486309","full_name":"exercism/codemirror-lang-wren","owner":"exercism","description":"Wren language support for the CodeMirror code editor.","archived":false,"fork":false,"pushed_at":"2024-04-10T23:30:12.000Z","size":160,"stargazers_count":3,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-29T06:28:12.782Z","etag":null,"topics":["codemirror","community-contributions-paused","highlight","lezer","wren"],"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/exercism.png","metadata":{"funding":{"github":["exercism"],"custom":["https://exercism.org/donate"]},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-05-24T21:14:04.000Z","updated_at":"2023-02-14T09:31:12.000Z","dependencies_parsed_at":"2024-03-01T15:25:51.395Z","dependency_job_id":"0d57fe91-52c2-4ceb-bf5d-145e58f403e4","html_url":"https://github.com/exercism/codemirror-lang-wren","commit_stats":{"total_commits":56,"total_committers":6,"mean_commits":9.333333333333334,"dds":0.4107142857142857,"last_synced_commit":"185add2fefe9866e40ab260e8b1e15f40ded575f"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fcodemirror-lang-wren","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fcodemirror-lang-wren/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fcodemirror-lang-wren/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fcodemirror-lang-wren/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exercism","download_url":"https://codeload.github.com/exercism/codemirror-lang-wren/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252215322,"owners_count":21712948,"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":["codemirror","community-contributions-paused","highlight","lezer","wren"],"created_at":"2024-11-13T15:43:03.074Z","updated_at":"2025-05-06T00:31:49.110Z","avatar_url":"https://github.com/exercism.png","language":"JavaScript","funding_links":["https://github.com/sponsors/exercism","https://exercism.org/donate"],"categories":[],"sub_categories":[],"readme":"\u003c!-- NOTE: README.md is generated from src/README.md --\u003e\n\n# codemirror-lang-wren ![NPM Version](https://img.shields.io/npm/v/@exercism/codemirror-lang-wren)\n\nThis package implements Wren language support for the\n[CodeMirror](https://codemirror.net/6/) code editor.  Originally derived from the JavaScript grammar and language support.\n\nThe project page for [CodeMirror](https://codemirror.net/6/) has more information, a\nnumber of [examples](https://codemirror.net/6/examples/) and the\n[documentation](https://codemirror.net/6/docs/).\n\nThis code is released under an\n[MIT license](https://github.com/codemirror/lang-wren/tree/main/LICENSE).\n\n### Language Support + Lezer Grammar\n\nThis includes both the CodeMirror `LanguageSupport` and the `LRLanguage` grammar all bundled into a single small repository with a simple build process.\n\n\n### Maintainers\nThere is a very rough developer tool in `devtool` that can be used for testing.\n\n```\nnpm run build-devtool\n```\n\n\n\n### API Reference\n\u003cdl\u003e\n\u003cdt id=\"user-content-wren\"\u003e\n  \u003ccode\u003ewren() → \u003ca href=\"https://codemirror.net/6/docs/ref#language.LanguageSupport\"\u003eLanguageSupport\u003c/a\u003e\u003c/code\u003e\u003c/dt\u003e\n\n\u003cdd\u003e\u003cp\u003eWren support. Includes snippet completion.\u003c/p\u003e\n\u003c/dd\u003e\n\n\u003cdt id=\"user-content-wrenlanguage\"\u003e\n  \u003ccode\u003ewrenLanguage: \u003ca href=\"https://codemirror.net/6/docs/ref#language.LRLanguage\"\u003eLRLanguage\u003c/a\u003e\u003c/code\u003e\u003c/dt\u003e\n\n\u003cdd\u003e\u003cp\u003eA language provider based on the Lezer Wren\nparser provided in this very same package, extended with\nhighlighting and indentation information.\u003c/p\u003e\n\u003c/dd\u003e\n\n\u003cdt\u003e\n  \u003ccode\u003elezerParser: \u003ca href=\"https://lezer.codemirror.net/docs/ref/#lezer.Parser\"\u003eLezer#Parser\u003c/a\u003e\u003c/code\u003e\u003c/dt\u003e\n\n\u003cdd\u003e\u003cp\u003eLezer Wren parser.\u003c/p\u003e\n\u003c/dd\u003e\n\n\n\u003cdt id=\"user-content-snippets\"\u003e\n  \u003ccode\u003esnippets: \u003ca href=\"https://codemirror.net/6/docs/ref#autocomplete.Completion\"\u003eCompletion\u003c/a\u003e[]\u003c/code\u003e\u003c/dt\u003e\n\n\u003cdd\u003e\u003cp\u003eA collection of simple Wren-related\n\u003ca href=\"https://codemirror.net/6/docs/ref/#autocomplete.snippet\"\u003esnippets\u003c/a\u003e.\u003c/p\u003e\n\u003c/dd\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexercism%2Fcodemirror-lang-wren","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexercism%2Fcodemirror-lang-wren","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexercism%2Fcodemirror-lang-wren/lists"}