{"id":24101096,"url":"https://github.com/erlang/emacs-erlang-ts","last_synced_at":"2025-08-15T18:50:16.395Z","repository":{"id":271848668,"uuid":"914393678","full_name":"erlang/emacs-erlang-ts","owner":"erlang","description":"Emacs Erlang mode using tree-sitter","archived":false,"fork":false,"pushed_at":"2025-02-10T07:27:33.000Z","size":20,"stargazers_count":11,"open_issues_count":2,"forks_count":5,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-05-07T23:44:22.578Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erlang.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":"2025-01-09T14:07:49.000Z","updated_at":"2025-04-14T16:46:34.000Z","dependencies_parsed_at":"2025-01-10T09:48:54.508Z","dependency_job_id":"6f1e61e0-3f3f-4c3b-ae3c-9c8ce6772880","html_url":"https://github.com/erlang/emacs-erlang-ts","commit_stats":null,"previous_names":["erlang/emacs-erlang-ts"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlang%2Femacs-erlang-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlang%2Femacs-erlang-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlang%2Femacs-erlang-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlang%2Femacs-erlang-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erlang","download_url":"https://codeload.github.com/erlang/emacs-erlang-ts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252973617,"owners_count":21834105,"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":[],"created_at":"2025-01-10T16:26:49.263Z","updated_at":"2025-05-07T23:44:27.757Z","avatar_url":"https://github.com/erlang.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Emacs Erlang mode using treesitter #\n\nRequires emacs-29 compiled with treesitter support.\n\nCurrently uses treesitter only for syntax-highlighting, *font-lock-mode*, and uses the old\nerlang-mode for everything else.\n\nThere is a lot of work to do to convert the old erlang mode to use treesitter, but\nby re-using the old one we can do the conversion little by little.\n\nHelp is appreciated.\n\n# Install #\n\nAdd to your .emacs file:\n\n```\n (add-to-list 'load-path \"~/emacs-erlang-ts\")\n (add-to-list 'treesit-language-source-alist '(erlang \"https://github.com/WhatsApp/tree-sitter-erlang\"))\n\n (use-package erlang-ts\n     :mode (\"\\\\.erl\\\\'\" . erlang-ts-mode)\n     :defer 't)\n```\nInstall/compile erlang treesitter support (first time only):\n\n```\n  M-x treesit-install-language-grammar\n  Language: erlang\n```\n\n# Customization #\n\nCustomize `treesit-font-lock-level` variable to increase/decrease the coloring,\nor use `M-x erlang-font-lock-level-1-4` to change it.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferlang%2Femacs-erlang-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferlang%2Femacs-erlang-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferlang%2Femacs-erlang-ts/lists"}