[Mlir-commits] [mlir] [emacs][lsp][tblgen] add tblgen-lsp-server support for emacs lsp-mode (PR #76337)

Ronan Keryell llvmlistbot at llvm.org
Tue Jan 7 15:46:15 PST 2025


================
@@ -0,0 +1,45 @@
+;;; tblgen-lsp.el --- Description -*- lexical-binding: t; -*-
+;;
+;; Package-Requires: ((emacs "24.3"))
+;;
+;; This file is not part of GNU Emacs.
+;;
+;;; Commentary:
+;;  LSP clinet to use with `tablegen-mode' that uses `tblgen-lsp-server' or any
+;;  user made compatible server.
+;;
+;;
+;;; Code:
+
----------------
keryell wrote:

```suggestion
(require 'lsp-mode)
```
as in `mlir-lsp-client.el`

https://github.com/llvm/llvm-project/pull/76337


More information about the Mlir-commits mailing list