{"id":20732000,"url":"https://github.com/nverno/llvm-ts-mode","last_synced_at":"2026-05-10T03:41:06.071Z","repository":{"id":207377577,"uuid":"719098228","full_name":"nverno/llvm-ts-mode","owner":"nverno","description":"Emacs major mode for LLVM using tree-sitter","archived":false,"fork":false,"pushed_at":"2023-11-20T12:51:09.000Z","size":129,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T00:30:22.030Z","etag":null,"topics":["emacs","llvm","tree-sitter"],"latest_commit_sha":null,"homepage":"","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/nverno.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":"2023-11-15T12:59:57.000Z","updated_at":"2023-11-21T17:05:15.000Z","dependencies_parsed_at":"2023-11-15T14:27:27.779Z","dependency_job_id":"7f5bbb06-58ed-4d4e-979a-21eb5ca1c93f","html_url":"https://github.com/nverno/llvm-ts-mode","commit_stats":null,"previous_names":["nverno/llvm-ts-mode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nverno%2Fllvm-ts-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nverno%2Fllvm-ts-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nverno%2Fllvm-ts-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nverno%2Fllvm-ts-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nverno","download_url":"https://codeload.github.com/nverno/llvm-ts-mode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243013593,"owners_count":20221757,"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":["emacs","llvm","tree-sitter"],"created_at":"2024-11-17T05:17:20.244Z","updated_at":"2026-05-10T03:41:05.491Z","avatar_url":"https://github.com/nverno.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLVM major mode using tree-sitter\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\nThis package is compatible with and was tested against the tree-sitter grammar\nfor LLVM found at [tree-sitter-llvm](https://github.com/benwilliamgraham/tree-sitter-llvm).\n\nThis mode provides the following features for LLVM source buffers:\n\n  - font-locking\n  - indentation\n  - structural navigation with tree-sitter objects\n  - imenu\n  \n![example](doc/llvm-example.png)\n\n## Installing\n\nEmacs 29.1 or above with tree-sitter support is required. \n\nTree-sitter starter guide: https://git.savannah.gnu.org/cgit/emacs.git/tree/admin/notes/tree-sitter/starter-guide?h=emacs-29\n\n### Install tree-sitter parser for LLVM\n\n```elisp\n(add-to-list\n 'treesit-language-source-alist\n '(llvm \"https://github.com/benwilliamgraham/tree-sitter-llvm\"))\n(treesit-install-language-grammar 'llvm)\n```\n\n### Install llvm-ts-mode.el from source\n\n- Clone this repository\n- Add the following to your emacs config\n\n```elisp\n(require \"[cloned nverno/llvm-ts-mode]/llvm-ts-mode.el\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnverno%2Fllvm-ts-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnverno%2Fllvm-ts-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnverno%2Fllvm-ts-mode/lists"}