Skip to content

Commit

Permalink
update json-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kimim committed Apr 16, 2024
1 parent e224224 commit 68b3385
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -2598,6 +2598,7 @@ parenthesis. We define some keys for it:
#+begin_src emacs-lisp
(use-package ts-fold
:init
(use-package fringe-helper)
(require 'ts-fold)
:load-path (lambda ()
(concat kimim/path-kimim-emacs
Expand Down Expand Up @@ -2923,6 +2924,15 @@ curl https://sh.rustup.rs -sSf | sh
(typescript-mode . eglot-ensure)))
#+end_src

** json

#+begin_src emacs-lisp :results none
(use-package json-mode
:mode ("\\.json\\'" . json-mode)
:hook ((json-mode . tree-sitter-mode)
(json-mode . tree-sitter-hl-mode)))
#+end_src

** Golang
Open =.go= file with go-mode.

Expand Down

0 comments on commit 68b3385

Please sign in to comment.