Skip to content

Commit

Permalink
Associate zig-ts-mode with zig language id.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6d6e647a committed Oct 10, 2024
1 parent 9575fd2 commit 2034e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,7 @@ Changes take effect only when a new session is started."
(actionscript-mode . "actionscript")
(d-mode . "d")
(zig-mode . "zig")
(zig-ts-mode . "zig")
(text-mode . "plaintext")
(markdown-mode . "markdown")
(gfm-mode . "markdown")
Expand Down

0 comments on commit 2034e47

Please sign in to comment.