aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/js.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use single-arg form of `signal` to re-throw an errorStefan Monnier103 min.1-1/+1
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Remove the cached values in tree-sitter modes (bug#79363)Yuan Fu2025-11-281-220/+204
* Use documentation mark-up face for 'tag_name' node in document block.Vincenzo Pupillo2025-11-201-1/+1
* Merge from origin/emacs-30Eli Zaretskii2025-11-151-1/+1
|\
| * Indent jsx_text properly with modern grammarsJackson Ray Hamilton2025-11-141-1/+1
* | hideshow: Rework previous changesElías Gabriel Pérez2025-11-061-1/+3
* | Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov2025-10-161-2/+1
* | Suffix tree-sitter cache variables with "-cached"Roi Martin2025-09-211-12/+12
* | * lisp/progmodes/js.el: Obsolete 'js--treesit-sexp-nodes'.Juri Linkov2025-09-201-31/+10
* | Fix font lock and indentation in js-ts-modeRoi Martin2025-09-181-207/+224
* | 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-4/+6
* | (js-json-mode): Set `editorconfig-indent-size-vars`Stefan Monnier2025-08-091-0/+1
* | Merge from origin/emacs-30Eli Zaretskii2025-06-281-1/+1
|\ \ | |/
| * bug#78901: [PATCH] js-ts-mode: Fix auto-mode-alist regexpLiam Hupfer2025-06-281-1/+1
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov2025-06-201-4/+6
* | Restore c-ts-common-comment-setup in js-ts-mode and typescript-ts-mode.Juri Linkov2025-06-031-0/+1
* | Use JSX comments on jsx treesit nodes in js-ts-mode and tsx-ts-modeJuri Linkov2025-05-141-1/+12
* | Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton2025-04-221-2/+0
* | Fix indentation of "{" on a new line of a function declarationVincenzo Pupillo2025-04-201-12/+77
* | Lock tree-sitter language grammars to verified versions.Juri Linkov2025-04-181-2/+11
* | Add block-comment-start and block-comment-end to supported modesElías Gabriel Pérez2025-04-131-0/+2
* | New function treesit-parsers-at for treesit-language-at (bug#77256).Juri Linkov2025-04-081-17/+0
* | Improve treesit settings for js/typescript/ruby-ts-mode (bug#73404)Juri Linkov2025-03-061-1/+2
* | Improve treesit settings for typescript/tsx-ts-mode (bug#73404)Juri Linkov2025-03-051-7/+7
* | Improve treesit settings for js-ts-mode (bug#73404)Juri Linkov2025-03-031-18/+39
* | Prefer incf to cl-incf in progmodes/*.elStefan Kangas2025-02-251-6/+6
* | Prefer decf to cl-decfStefan Kangas2025-02-231-3/+3
* | Add mhtml-ts-mode.Vincenzo Pupillo2025-02-171-27/+45
* | Correctly handled the local parser for jsdoc (bug#75456)Vincenzo Pupillo2025-02-041-1/+21
* | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-1/+1
|\ \
| * | Don't call purecopy in progmodes/*.elStefan Kangas2024-12-121-1/+1
* | | Use the treesit thing 'list' with symbol property 'treesit-thing-symbol'Juri Linkov2025-01-101-2/+2
* | | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | | Add verified grammar version comment for tree-sitter modesYuan Fu2024-12-301-0/+10
* | | Add treesit thing 'sexp-list' to some ts-modes (bug#73404)Juri Linkov2024-12-191-0/+23
* | | Make font-lock face variables obsoleteStefan Kangas2024-12-181-8/+8
* | | Declare tree-sitter functions with a new macroYuan Fu2024-12-121-13/+1
|/ /
* | progmodes/js: Use 'completing-read' instead of 'ido-completing-read'Daniel Mendler2024-12-071-8/+1
* | Merge from origin/emacs-30Eli Zaretskii2024-11-301-1/+0
|\ \ | |/
| * Remove mention of treesit-defun-prefer-top-level (bug#74474)Yuan Fu2024-11-241-1/+0
* | Delete redundant declarations of 'electric' variablesStefan Kangas2024-09-211-1/+0
* | * lisp/progmodes/js.el: Improve sexp navigation in js-ts-mode (bug#72573)Juri Linkov2024-09-011-1/+4
|/
* js-ts-mode: Make jsdoc's "description" block a comment (bug#72461)Damien Cassou2024-08-041-1/+3
* Checkdoc fixes in progmodesStefan Kangas2024-07-071-1/+1
* Fix treesit range rule for jsdocVincenzo Pupillo2024-07-061-22/+11
* Add jsdoc support to js-ts-modeDamien Cassou2024-06-241-2/+52
* Limit matches of treesit-thing-settings in js-ts-mode (bug#71244)Juri Linkov2024-05-311-5/+12