{"id":24122216,"url":"https://github.com/tlinden/kage-mode","last_synced_at":"2026-03-05T01:32:19.579Z","repository":{"id":228530868,"uuid":"774237782","full_name":"TLINDEN/kage-mode","owner":"TLINDEN","description":"An emacs mode for the kage shader language","archived":false,"fork":false,"pushed_at":"2024-03-19T10:36:57.000Z","size":82,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T22:29:54.136Z","etag":null,"topics":[],"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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TLINDEN.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-03-19T07:33:43.000Z","updated_at":"2024-06-02T03:26:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6abb07c-f368-4404-930c-f1255bb44fd3","html_url":"https://github.com/TLINDEN/kage-mode","commit_stats":null,"previous_names":["tlinden/kage-mode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TLINDEN/kage-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLINDEN%2Fkage-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLINDEN%2Fkage-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLINDEN%2Fkage-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLINDEN%2Fkage-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TLINDEN","download_url":"https://codeload.github.com/TLINDEN/kage-mode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLINDEN%2Fkage-mode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30104376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:06:53.091Z","status":"ssl_error","status_checked_at":"2026-03-05T01:02:35.679Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-01-11T11:39:10.905Z","updated_at":"2026-03-05T01:32:19.547Z","avatar_url":"https://github.com/TLINDEN.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kage-mode\n\nAn emacs mode for the kage shader language\n\n![Screenshot](https://github.com/TLINDEN/kage-mode/blob/main/.github/assets/screenshot.png)\n\nThe mode provides all the features of [go-mode](https://github.com/dominikh/go-mode.el).\n\nPlease note, that you can't use\n[lsp-mode](https://github.com/emacs-lsp/lsp-mode) with kage-mode\nthough, because the go-backend doesn't support it.\n\n# Install\n\nCopy the file `kage-mode.el` into some directory in your `load-path`.\n\nA Melpa package will be available in the future.\n\n# Configuration\n\nThis is my configuration for kage-mode:\n\n```lisp\n(use-package kage-mode\n  :ensure nil         ;; installed locally in site-lisp\n  :defer nil\n  :mode \"\\\\.kage\\\\'\"    ;; you must use a different suffix for kage files!\n  :commands kage-gofmt-before-save\n\n  :init\n  (defun tvd-kage-install-hooks()\n    ;; remove the lsp-mode stuff, since unsupported\n    (remove-hook 'before-save-hook #'lsp-format-buffer t)\n    (remove-hook 'before-save-hook #'lsp-organize-imports t)\n    \n    ;; use gofmt -s\n    (add-hook 'before-save-hook #'kage-gofmt-before-save t t))\n\n  :config\n  (add-hook 'kage-mode-hook #'tvd-kage-install-hooks)\n  \n  ;; ignore warnings about no kage lsp backend\n  (setq lsp-warn-no-matched-clients nil))\n```\n# Meta\n\nCopyright (C) 2024, T.v.Dein tlinden AT cpan.org\n\nThis file is NOT part of Emacs.\n\nThis  program is  free  software; you  can  redistribute it  and/or\nmodify it  under the  terms of  the GNU  General Public  License as\npublished by the Free Software  Foundation; either version 3 of the\nLicense, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT  ANY  WARRANTY;  without   even  the  implied  warranty  of\nMERCHANTABILITY or FITNESS  FOR A PARTICULAR PURPOSE.   See the GNU\nGeneral Public License for more details.\n\nYou should have  received a copy of the GNU  General Public License\nalong  with  this program;  if  not,  write  to the  Free  Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307\nUSA\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlinden%2Fkage-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlinden%2Fkage-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlinden%2Fkage-mode/lists"}