{"id":52045429,"url":"https://github.com/wherewhere/codemirror-lang-msil","last_synced_at":"2026-08-02T05:30:23.555Z","repository":{"id":347717062,"uuid":"1195019343","full_name":"wherewhere/codemirror-lang-msil","owner":"wherewhere","description":"A CodeMirror extension that provides IL syntax highlighting and language support.","archived":false,"fork":false,"pushed_at":"2026-06-07T07:42:57.000Z","size":268,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-07T09:20:49.563Z","etag":null,"topics":["codemirror","codemirror-mode","codemirror6","msil"],"latest_commit_sha":null,"homepage":"https://wherewhere.github.io/codemirror-lang-msil/","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/wherewhere.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":"wherewhere","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["ifdian.net/@wherewhere"]}},"created_at":"2026-03-29T05:24:01.000Z","updated_at":"2026-06-07T07:43:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wherewhere/codemirror-lang-msil","commit_stats":null,"previous_names":["wherewhere/codemirror-lang-msil"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/wherewhere/codemirror-lang-msil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wherewhere%2Fcodemirror-lang-msil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wherewhere%2Fcodemirror-lang-msil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wherewhere%2Fcodemirror-lang-msil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wherewhere%2Fcodemirror-lang-msil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wherewhere","download_url":"https://codeload.github.com/wherewhere/codemirror-lang-msil/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wherewhere%2Fcodemirror-lang-msil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36182791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-02T02:00:06.915Z","response_time":58,"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":["codemirror","codemirror-mode","codemirror6","msil"],"created_at":"2026-08-02T05:30:22.923Z","updated_at":"2026-08-02T05:30:23.549Z","avatar_url":"https://github.com/wherewhere.png","language":"TypeScript","funding_links":["https://patreon.com/wherewhere","ifdian.net/@wherewhere"],"categories":[],"sub_categories":[],"readme":"# CodeMirror IL Language Support\n\nA CodeMirror extension that provides IL syntax highlighting and language support.\n\n\n### Usage\n\n```ts\nimport { EditorState } from '@codemirror/state';\nimport { EditorView } from '@codemirror/view';\nimport { msil } from 'codemirror-lang-msil';\nimport { basicSetup } from 'codemirror';\n\nnew EditorView({\n  state: EditorState.create({\n    doc: `\n.assembly A\n{\n}\n\n.class public auto ansi abstract sealed beforefieldinit C\n    extends System.Object\n{\n    .method public hidebysig static\n        void M () cil managed\n    {\n        .maxstack 8\n\n        ret\n    }\n}\n`,\n    extensions: [basicSetup, msil()],\n  }),\n  parent: document.querySelector('#editor'),\n});\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwherewhere%2Fcodemirror-lang-msil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwherewhere%2Fcodemirror-lang-msil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwherewhere%2Fcodemirror-lang-msil/lists"}