{"id":19593353,"url":"https://github.com/livebook-dev/codemirror-lang-elixir","last_synced_at":"2025-08-20T15:32:37.218Z","repository":{"id":218773148,"uuid":"747310363","full_name":"livebook-dev/codemirror-lang-elixir","owner":"livebook-dev","description":"Elixir language support for the CodeMirror code editor","archived":false,"fork":false,"pushed_at":"2024-01-23T17:20:49.000Z","size":12,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-15T17:54:45.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/livebook-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-01-23T17:20:12.000Z","updated_at":"2025-02-10T17:49:43.000Z","dependencies_parsed_at":"2024-01-23T19:14:30.580Z","dependency_job_id":"efd806b0-8abe-48dc-9a94-e97a52ef6be0","html_url":"https://github.com/livebook-dev/codemirror-lang-elixir","commit_stats":null,"previous_names":["livebook-dev/codemirror-lang-elixir"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livebook-dev%2Fcodemirror-lang-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livebook-dev%2Fcodemirror-lang-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livebook-dev%2Fcodemirror-lang-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livebook-dev%2Fcodemirror-lang-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/livebook-dev","download_url":"https://codeload.github.com/livebook-dev/codemirror-lang-elixir/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251162331,"owners_count":21545755,"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":[],"created_at":"2024-11-11T08:39:14.244Z","updated_at":"2025-04-27T15:32:52.074Z","avatar_url":"https://github.com/livebook-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codemirror-lang-elixir\n\nThis package implements Elixir language support for the [CodeMirror](https://codemirror.net/) code editor.\n\n## Installation\n\n```\nnpm install codemirror-lang-elixir\n```\n\n## Usage\n\n```javascript\nimport { EditorView } from \"@codemirror/view\";\nimport { basicSetup } from \"codemirror\";\nimport { elixir } from \"codemirror-lang-elixir\";\n\nnew EditorView({\n  parent: document.querySelector(\"#editor\"),\n  extensions: [basicSetup, elixir()],\n});\n```\n\n## License\n\n    Copyright (C) 2024 Dashbit\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivebook-dev%2Fcodemirror-lang-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivebook-dev%2Fcodemirror-lang-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivebook-dev%2Fcodemirror-lang-elixir/lists"}