aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/json-ts-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix broken `FOO-mode-indent-offset` conventionStefan Monnier2026-02-221-3/+5
* Add JSON path utility command to json-ts-modeBinbin Ye2026-01-211-0/+54
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov2025-10-161-2/+1
* Silence byte-compile warnings when treesit is not availableJuri Linkov2025-08-181-0/+1
* New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov2025-08-141-3/+4
* Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov2025-06-201-3/+4
* Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton2025-04-221-2/+0
* Lock tree-sitter language grammars to verified versions.Juri Linkov2025-04-181-1/+6
* Add block-comment-start and block-comment-end to supported modesElías Gabriel Pérez2025-04-131-0/+2
* Improve treesit settings for {json,html,toml,yaml}-ts-mode (bug#73404)Juri Linkov2025-02-091-1/+7
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Add verified grammar version comment for tree-sitter modesYuan Fu2024-12-301-0/+9
* Declare tree-sitter functions with a new macroYuan Fu2024-12-121-7/+1
* Set treesit-primary-parser for tree-sitter modesYuan Fu2024-10-141-1/+1
* Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier2024-03-091-0/+2
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Obsolete treesit-block/sexp/sentence/text-type-regexpYuan Fu2023-09-011-1/+3
* | Merge from origin/emacs-29Stefan Kangas2023-02-281-1/+1
|\ \ | |/
| * Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-281-1/+1
* | Merge from origin/emacs-29Stefan Kangas2023-02-251-1/+1
|\ \ | |/
| * Add more/finer faces for tree-sitterDmitry Gutov2023-02-251-1/+1
* | Merge from origin/emacs-29Stefan Kangas2023-01-231-0/+4
|\ \ | |/
| * Make tree-sitter based modes optionalEli Zaretskii2023-01-201-0/+4
* | Add sentence node regexp to json-ts-modeTheodor Thornhill2023-01-161-0/+2
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Avoid treesit-related byte-compiler warningsEli Zaretskii2022-12-281-0/+1
* Update tree-sitter major modes to use the new Imenu facilityYuan Fu2022-12-271-32/+7
* Support treesit-defun-name in tree-sitter major modesYuan Fu2022-12-241-4/+13
* Fix indentation in json-ts-mode (bug#60123)Jostein Kjønigsen2022-12-161-1/+2
* Tweak various ts-mode's indent and fontification (bug#59931)Theodor Thornhill2022-12-121-1/+4
* ; Normalize GPLv3 license statements in new filesStefan Kangas2022-12-091-4/+3
* Fix syntax-table for tree-sitter modesTheodor Thornhill2022-12-071-3/+5
* Add back pair feature in json-ts-mode fontification (bug#59833)Theodor Thornhill2022-12-051-1/+5
* Utilize new font-lock faces for more tree-sitter modes (Bug#59397)Randy Taylor2022-11-221-14/+18
* ; Silence byte-compiler warningsEli Zaretskii2022-11-211-0/+6
* Limit recursion level for tree-sitter imenu functionsYuan Fu2022-11-201-1/+1
* Fix uses of treesit-ready-pYuan Fu2022-11-191-1/+1
* Fix some inconsistencies in *-ts-modesTheodor Thornhill2022-11-141-14/+25
* ; Minor typo fixes for tree-sitter modesYuan Fu2022-11-121-3/+3
* Add tree-sitter modes for C-like languagesTheodor Thornhill2022-11-121-0/+150