{"id":27196105,"url":"https://github.com/omarjatoi/zed-sml","last_synced_at":"2026-01-23T10:16:15.182Z","repository":{"id":259604347,"uuid":"850343340","full_name":"omarjatoi/zed-sml","owner":"omarjatoi","description":"Standard ML language support extension for the Zed text editor.","archived":false,"fork":false,"pushed_at":"2025-06-09T13:57:45.000Z","size":28,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T14:45:15.503Z","etag":null,"topics":["sml","standard-ml","zed","zed-editor","zed-extension"],"latest_commit_sha":null,"homepage":"","language":"Tree-sitter Query","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/omarjatoi.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":"2024-08-31T14:08:10.000Z","updated_at":"2025-06-09T13:57:48.000Z","dependencies_parsed_at":"2024-10-26T21:27:38.677Z","dependency_job_id":"1e2b2f9c-dfb4-4d2f-aefa-150f33b69d91","html_url":"https://github.com/omarjatoi/zed-sml","commit_stats":null,"previous_names":["omarjatoi/zed-sml"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/omarjatoi/zed-sml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omarjatoi%2Fzed-sml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omarjatoi%2Fzed-sml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omarjatoi%2Fzed-sml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omarjatoi%2Fzed-sml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omarjatoi","download_url":"https://codeload.github.com/omarjatoi/zed-sml/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omarjatoi%2Fzed-sml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28687419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["sml","standard-ml","zed","zed-editor","zed-extension"],"created_at":"2025-04-09T19:58:56.295Z","updated_at":"2026-01-23T10:16:15.168Z","avatar_url":"https://github.com/omarjatoi.png","language":"Tree-sitter Query","funding_links":[],"categories":["🌐 Languages"],"sub_categories":[],"readme":"# Zed SML Extension\n\nThis extension adds Standard ML language support to the [Zed](https://zed.dev) text editor.\n\n- Tree Sitter: [tree-sitter-sml](https://github.com/MatthewFluet/tree-sitter-sml)\n- Language Server: [millet](https://github.com/azdavis/millet)\n\n## Known Issues\n\nThere are currently a few known issues, primarily with the language server integration in this extension:\n\n- Formatting with millet does not currently work (see below to use `smlfmt` as an external formatter configured in Zed)\n- Project diagnostics do not auto resolve\n\nYou can disable the language server by configuring Zed:\n\n```json\n{\n  \"languages\": {\n    \"Standard ML\": {\n      \"enable_language_server\": false\n    }\n  }\n}\n```\n\nYou can also configure Zed to use [`smlfmt`](https://github.com/shwestrick/smlfmt) to format your buffer when you save. Install `smlfmt` and make sure it's accessible in your path, and add the following configuration:\n\n```json\n{\n  \"languages\": {\n    \"Standard ML\": {\n      \"enable_language_server\": false,\n      \"formatter\": {\n        \"external\": {\n          \"command\": \"smlfmt\"\n        }\n      }\n    }\n  }\n}\n```\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n### Dependency Licenses\n\n- `tree-sitter-sml` licensed under [MIT](https://github.com/MatthewFluet/tree-sitter-sml/blob/main/LICENSE)\n- `millet` lincesed under either [MIT or Apache](https://github.com/azdavis/millet#license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomarjatoi%2Fzed-sml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomarjatoi%2Fzed-sml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomarjatoi%2Fzed-sml/lists"}