summaryrefslogtreecommitdiff
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
commit485a6b7ed185398d93d56b6f2069647b71fab9d2 (patch)
treebd728e927dc995ae1f140bab2c068377fcfd4823 /init.el
parent98c85a3ed7acf3b82760c1ef86b74fcd1423d896 (diff)
downloaddotemacs-485a6b7ed185398d93d56b6f2069647b71fab9d2.tar.gz
dotemacs-485a6b7ed185398d93d56b6f2069647b71fab9d2.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 21e46309..1339e7e9 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 ---------------------------------