ADD zig mode
This commit is contained in:
parent
954196d061
commit
f2cfe8035c
1 changed files with 6 additions and 0 deletions
|
|
@ -670,6 +670,12 @@ Move to the end if the compilation finishes.
|
||||||
(setq rust-mode-treesitter-derive t))
|
(setq rust-mode-treesitter-derive t))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Zig
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package zig-mode)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Multiple cursors
|
* Multiple cursors
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue