{"id":20731984,"url":"https://github.com/nverno/tablegen-ts-mode","last_synced_at":"2026-05-06T19:36:22.585Z","repository":{"id":212213832,"uuid":"730960397","full_name":"nverno/tablegen-ts-mode","owner":"nverno","description":"Emacs major mode to LLVM TableGen","archived":false,"fork":false,"pushed_at":"2023-12-13T15:10:27.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T00:30:19.757Z","etag":null,"topics":["emacs","llvm","lsp","tablegen","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-12-13T03:47:43.000Z","updated_at":"2023-12-13T04:25:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"4aa37957-c8a0-40b7-be36-6f67d1e81298","html_url":"https://github.com/nverno/tablegen-ts-mode","commit_stats":null,"previous_names":["nverno/tablegen-ts-mode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nverno%2Ftablegen-ts-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nverno%2Ftablegen-ts-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nverno%2Ftablegen-ts-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nverno%2Ftablegen-ts-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nverno","download_url":"https://codeload.github.com/nverno/tablegen-ts-mode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243013589,"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","lsp","tablegen","tree-sitter"],"created_at":"2024-11-17T05:17:06.858Z","updated_at":"2026-05-06T19:36:17.530Z","avatar_url":"https://github.com/nverno.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"## tablegen-ts-mode - Emacs major mode for TableGen from LLVM\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\nA major mode for editing TableGen files. \n\nThis mode provides the following features for TableGen source buffers:\n\n  - font-locking\n  - indentation\n  - structural navigation with tree-sitter objects\n  - imenu\n  \n![example](doc/tablegen.png)\n\n## Installation\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 TableGen\n\n```elisp\n(add-to-list\n 'treesit-language-source-alist\n '(tablegen \"https://github.com/amaanq/tree-sitter-tablegen\"))\n(treesit-install-language-grammar 'tablegen)\n```\n\n### Install tablegen-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/tablegen-ts-mode]/tablegen-ts-mode.el\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnverno%2Ftablegen-ts-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnverno%2Ftablegen-ts-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnverno%2Ftablegen-ts-mode/lists"}