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
commit120e48ba5073da5ac47517cb6f4e336cd0f73ff6 (patch)
tree9466491d58d44ed64545de57c7bb88f1bd534583 /init.el
parentc16f668afb6ac32da6150f282f83caeb4304f949 (diff)
downloaddotemacs-120e48ba5073da5ac47517cb6f4e336cd0f73ff6.tar.gz
dotemacs-120e48ba5073da5ac47517cb6f4e336cd0f73ff6.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 ---------------------------------