{"id":18562457,"url":"https://github.com/replit/codemirror-lang-csharp","last_synced_at":"2026-03-16T22:02:34.883Z","repository":{"id":64999443,"uuid":"578738948","full_name":"replit/codemirror-lang-csharp","owner":"replit","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-07T09:44:49.000Z","size":210,"stargazers_count":7,"open_issues_count":3,"forks_count":0,"subscribers_count":33,"default_branch":"initial","last_synced_at":"2025-04-05T15:47:05.528Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/replit.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":"2022-12-15T19:11:26.000Z","updated_at":"2024-07-03T14:23:41.000Z","dependencies_parsed_at":"2024-06-19T22:47:04.379Z","dependency_job_id":"4d42f1a3-0e5b-4dba-9e1d-a31a24e45e2f","html_url":"https://github.com/replit/codemirror-lang-csharp","commit_stats":{"total_commits":10,"total_committers":5,"mean_commits":2.0,"dds":0.6,"last_synced_commit":"afdef8679c13e37a7424a5e24adf4dd05eb8dce1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Fcodemirror-lang-csharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Fcodemirror-lang-csharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Fcodemirror-lang-csharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Fcodemirror-lang-csharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/replit","download_url":"https://codeload.github.com/replit/codemirror-lang-csharp/tar.gz/refs/heads/initial","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248151066,"owners_count":21056017,"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-06T22:09:47.956Z","updated_at":"2026-03-16T22:02:34.816Z","avatar_url":"https://github.com/replit.png","language":"TypeScript","readme":"# CodeMirror C# Language Support\n\nA CodeMirror extension that provides C# syntax highlighting and language support.\n\n\n### Usage\n\n```ts\nimport { EditorState } from '@codemirror/state';\nimport { EditorView } from '@codemirror/view';\nimport { csharp } from \"@replit/codemirror-lang-csharp\";\nimport { basicSetup } from 'codemirror';\n\nnew EditorView({\n  state: EditorState.create({\n    doc: `\nusing System;\nnamespace Test\n{\n  class Program\n  {\n    public static void Main(string[] args)\n    {\n      Console.WriteLine(\"Hello, world!\");\n    }\n  }\n}\n`,\n    extensions: [basicSetup, csharp()],\n  }),\n  parent: document.querySelector('#editor'),\n});\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplit%2Fcodemirror-lang-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freplit%2Fcodemirror-lang-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplit%2Fcodemirror-lang-csharp/lists"}