{"id":42567668,"url":"https://github.com/sin-ack/pkl-mode","last_synced_at":"2026-01-28T20:47:09.007Z","repository":{"id":234839186,"uuid":"789595686","full_name":"sin-ack/pkl-mode","owner":"sin-ack","description":"Emacs major mode for editing Pkl files","archived":false,"fork":false,"pushed_at":"2024-04-22T15:32:38.000Z","size":124,"stargazers_count":9,"open_issues_count":5,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-11-16T03:29:23.844Z","etag":null,"topics":["emacs","emacs-package","pkl","pkl-lang"],"latest_commit_sha":null,"homepage":"https://pkl-lang.org/","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sin-ack.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}},"created_at":"2024-04-21T02:09:03.000Z","updated_at":"2025-10-20T01:59:58.000Z","dependencies_parsed_at":"2024-04-21T03:29:14.095Z","dependency_job_id":"202e94ab-083b-4d4f-9abc-8e2bdd64239a","html_url":"https://github.com/sin-ack/pkl-mode","commit_stats":null,"previous_names":["sin-ack/pkl-mode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sin-ack/pkl-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sin-ack%2Fpkl-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sin-ack%2Fpkl-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sin-ack%2Fpkl-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sin-ack%2Fpkl-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sin-ack","download_url":"https://codeload.github.com/sin-ack/pkl-mode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sin-ack%2Fpkl-mode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28851303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"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":["emacs","emacs-package","pkl","pkl-lang"],"created_at":"2026-01-28T20:47:08.478Z","updated_at":"2026-01-28T20:47:08.999Z","avatar_url":"https://github.com/sin-ack.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `pkl-mode`\n\nMajor mode for editing [Pkl](https://pkl-lang.org/) files.\n\n![Screenshot showing syntax highlighting of a Pkl file](images/screenshot.png)\n\n## Installation\n\nBelow are instructions for `use-package`. If you don't use `use-package`, you can\njust add the `pkl-mode.el` file somewhere in your `load-path` and require it.\n\n1. Clone the repository to somewhere on your system.\n2. Add the following to your init file:\n\n```elisp\n(use-package pkl-mode\n  :load-path \"/path/to/pkl-mode\"\n\n  ;; Add your minor modes to the hook if you want them enabled:\n  :hook (pkl-mode . rainbow-delimiters-mode)\n  \n  ;; Check the `pkl' group in Customize for what you can put here.\n  :custom\n  (pkl-enable-copilot t))\n```\n\n3. Restart Emacs or evaluate the form.\n\nThat's it. Happy hacking!\n\n(Coming soon to MELPA, hopefully.)\n\n## Features\n\n- Syntax highlighting\n- Indentation\n- Commenting\n- Integration with [copilot.el](https://github.com/emacs-copilot/copilot.el)\n\nPlanned features:\n- Flycheck integration (via `pkl eval`)\n- `lsp-mode` and `eglot` integration (once Pkl has a language server)\n\n## Contributing\n\nContributions are welcome! Feel free to open an issue or a pull request.\n\n## License\n\nCopyright (C) 2024 sin-ack. Distributed under the GNU General Public License, version 3.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsin-ack%2Fpkl-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsin-ack%2Fpkl-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsin-ack%2Fpkl-mode/lists"}