{"id":13503308,"url":"https://github.com/znck/grammarly","last_synced_at":"2025-10-03T03:30:24.005Z","repository":{"id":37663083,"uuid":"219261940","full_name":"znck/grammarly","owner":"znck","description":"Grammarly for VS Code","archived":true,"fork":false,"pushed_at":"2023-12-17T01:38:30.000Z","size":8083,"stargazers_count":1643,"open_issues_count":83,"forks_count":120,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-01-13T01:37:23.301Z","etag":null,"topics":["english-grammar","grammar","grammar-checker","grammarly","languageserver","languageserverprotocol","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=znck.grammarly","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/znck.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},"funding":{"github":"znck"}},"created_at":"2019-11-03T06:40:26.000Z","updated_at":"2024-12-30T14:24:00.000Z","dependencies_parsed_at":"2023-02-18T15:45:50.761Z","dependency_job_id":"6b238dde-6b31-444b-974c-c612ecb44a41","html_url":"https://github.com/znck/grammarly","commit_stats":{"total_commits":192,"total_committers":18,"mean_commits":"10.666666666666666","dds":"0.17708333333333337","last_synced_commit":"2eed55343f84e022f6e7691e370d16b86386f444"},"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znck%2Fgrammarly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znck%2Fgrammarly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znck%2Fgrammarly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znck%2Fgrammarly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/znck","download_url":"https://codeload.github.com/znck/grammarly/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235069300,"owners_count":18930936,"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":["english-grammar","grammar","grammar-checker","grammarly","languageserver","languageserverprotocol","vscode-extension"],"created_at":"2024-07-31T22:02:45.789Z","updated_at":"2025-10-03T03:30:23.380Z","avatar_url":"https://github.com/znck.png","language":"TypeScript","readme":"# Grammarly for VS Code\n\nA language server implementation on top of Grammarly's SDK.\n\n## Development Setup\n\nThis project uses [pnpm](https://pnpm.io).\n\n```sh\npnpm install\npnpm run build\n```\n\n## Adding support for new language\n\n1. Add `\"onLanguage:\u003clanguage name\u003e\"` to `activationEvents` in [extension/package.json](./extension/package.json)\n2. Add [tree-sitter](https://tree-sitter.github.io/tree-sitter/) grammar\n   1. Install tree-sitter grammar package (generally package are named as `tree-sitter-\u003clanguage name\u003e`)\n   2. Add the package to the wasm build script: [scripts/build-wasm.mjs](./scripts/build-wasm.mjs)\n3. Add language transformer in the directory\n   1. Create `Language\u003cLanguageName\u003e.ts`\n   2. For reference, check [`LanguageHTML.ts`](./packages/grammarly-richtext-encoder/src/LanguageHTML.ts)\n\n## How to get help\n\nHave a question, or want to provide feedback? Use [repository discussions](https://github.com/znck/grammarly/discussions) to ask questions, share bugs or feedback, or chat with other users.\n\n## Older Packages\n\n`unofficial-grammarly-api`, `unofficial-grammarly-language-client` and `unofficial-grammarly-language-server` are deprecated and archived: https://github.com/znck/grammarly/tree/v0\n\n## Support\n\nThis extension is maintained by [Rahul Kadyan](https://github.com/znck). You can [💖 sponsor him](https://github.com/sponsors/znck) for the continued development of this extension.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://cdn.jsdelivr.net/gh/znck/sponsors@main/sponsors.svg\"\u003e\n    \u003cimg src='https://cdn.jsdelivr.net/gh/znck/sponsors@main/sponsors.png'/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n","funding_links":["https://github.com/sponsors/znck"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznck%2Fgrammarly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fznck%2Fgrammarly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznck%2Fgrammarly/lists"}