aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-03-02 19:46:38 -0600
committerCraig Jennings <c@cjennings.net>2026-03-02 19:46:38 -0600
commit08b6d667d98613ce821eab274fb6243be87c2acc (patch)
treefdf6af419d9e77aebbb19a577eea2b45f38bd3f3 /init.el
parent37c6398655ebf7c200f412ec5576c683dc150a01 (diff)
downloaddotemacs-08b6d667d98613ce821eab274fb6243be87c2acc.tar.gz
dotemacs-08b6d667d98613ce821eab274fb6243be87c2acc.zip
feat(json,yaml): add tree-sitter modes, formatting, and jq integration
New prog-json module: json-ts-mode with jq formatting (C-; f) and jq-interactively (C-c C-q). Upgraded prog-yaml to yaml-ts-mode with prettier formatting. Both use treesit-auto for grammar management. Includes 18 new tests (10 JSON, 8 YAML), 185/185 passing.
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 21e463095..1339e7e9f 100644
--- a/init.el
+++ b/init.el
@@ -103,6 +103,7 @@
(require 'prog-shell) ;; combine elsewhere
(require 'prog-python)
(require 'prog-webdev)
+(require 'prog-json)
(require 'prog-yaml)
;; ---------------------------------- Org Mode ---------------------------------