Skip to content

Commit

Permalink
fix(lsp-mode.el): add langid match for meson (#4450)
Browse files Browse the repository at this point in the history
I forgor.

Signed-off-by: Julia DeMille <me@jdemille.com>
  • Loading branch information
judemille committed May 10, 2024
1 parent 74a6071 commit 9e36009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lsp-mode.el
Expand Up @@ -801,6 +801,7 @@ Changes take effect only when a new session is started."
("^go\\.mod\\'" . "go.mod")
("^settings\\.json$" . "jsonc")
("^yang\\.settings$" . "jsonc")
("^meson\\(_options\\.txt\\|\\.\\(build\\|format\\)\\)\\'" . "meson")
(ada-mode . "ada")
(ada-ts-mode . "ada")
(gpr-mode . "gpr")
Expand Down Expand Up @@ -967,6 +968,7 @@ Changes take effect only when a new session is started."
(protobuf-mode . "protobuf")
(nushell-mode . "nushell")
(nushell-ts-mode . "nushell")
(meson-mode . "meson")
(yang-mode . "yang"))
"Language id configuration.")

Expand Down

0 comments on commit 9e36009

Please sign in to comment.