{"id":29577839,"url":"https://github.com/rzrn/emacs-qsharp-mode","last_synced_at":"2025-07-19T14:35:00.856Z","repository":{"id":110086509,"uuid":"133375395","full_name":"rzrn/emacs-qsharp-mode","owner":"rzrn","description":"GNU/Emacs Q# mode","archived":false,"fork":false,"pushed_at":"2023-05-02T07:27:33.000Z","size":58,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-07T20:43:55.850Z","etag":null,"topics":["emacs","qsharp","quantum"],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rzrn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-05-14T14:38:04.000Z","updated_at":"2024-08-23T19:32:54.000Z","dependencies_parsed_at":"2024-01-27T09:37:59.863Z","dependency_job_id":"5cdee202-0fa2-4a07-a141-2820eb674469","html_url":"https://github.com/rzrn/emacs-qsharp-mode","commit_stats":null,"previous_names":["rzrn/emacs-qsharp-mode","forked-from-1kasper/emacs-qsharp-mode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rzrn/emacs-qsharp-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzrn%2Femacs-qsharp-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzrn%2Femacs-qsharp-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzrn%2Femacs-qsharp-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzrn%2Femacs-qsharp-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rzrn","download_url":"https://codeload.github.com/rzrn/emacs-qsharp-mode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzrn%2Femacs-qsharp-mode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265947510,"owners_count":23853382,"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":["emacs","qsharp","quantum"],"created_at":"2025-07-19T14:35:00.063Z","updated_at":"2025-07-19T14:35:00.834Z","avatar_url":"https://github.com/rzrn.png","language":"Emacs Lisp","readme":"This is just the syntax highlighting, yes.\n\n# Installation\n\n## ELPA and MELPA\n\nPackage management via `package.el` is allowed (thanks to [anuragm](https://github.com/anuragm)):\n\n```lisp\n(use-package qsharp-mode\n  :quelpa\n  (qsharp-mode :fetcher github :repo \"forked-from-1kasper/emacs-qsharp-mode\")\n  :commands qsharp-mode\n  :mode ((\"\\\\.qs$\" . qsharp-mode)))\n```\n\n## Manual installation\n\n1. Clone this repo to `~/.emacs.d/qsharp-mode/`:\n\n    ```bash\n    git clone git://github.com/forked-from-1kasper/emacs-qsharp-mode`\n    ```\n\n2. Add the following to your `init.el`:\n\n    ```lisp\n    (add-to-list 'load-path \"~/.emacs.d/qsharp-mode/\")\n    (autoload 'qsharp-mode \"qsharp-mode\" \"Major mode for editing Q# code.\" t)\n    (add-to-list 'auto-mode-alist '(\"\\\\.qs$\" . qsharp-mode))\n    ```\n\n3. ???\n\n4. PROFIT!\n\n# Screenshot\n\n![Screenshot](screenshot.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frzrn%2Femacs-qsharp-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frzrn%2Femacs-qsharp-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frzrn%2Femacs-qsharp-mode/lists"}