index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
js.el
Age
Commit message (
Expand
)
Author
2026-05-23
Add treesit-ready-p check back to tree-sitter major modes (bug#80909)
Yuan Fu
2026-04-19
(js-jsx--detect-after-change): Fix test regression
Stefan Monnier
2026-03-10
Use single-arg form of `signal` to re-throw an error
Stefan Monnier
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-11-28
Remove the cached values in tree-sitter modes (bug#79363)
Yuan Fu
2025-11-20
Use documentation mark-up face for 'tag_name' node in document block.
Vincenzo Pupillo
2025-11-15
Merge from origin/emacs-30
Eli Zaretskii
2025-11-14
Indent jsx_text properly with modern grammars
Jackson Ray Hamilton
2025-11-06
hideshow: Rework previous changes
Elías Gabriel Pérez
2025-10-16
Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms
Juri Linkov
2025-09-21
Suffix tree-sitter cache variables with "-cached"
Roi Martin
2025-09-20
* lisp/progmodes/js.el: Obsolete 'js--treesit-sexp-nodes'.
Juri Linkov
2025-09-18
Fix font lock and indentation in js-ts-mode
Roi Martin
2025-08-18
Silence byte-compile warnings when treesit is not available
Juri Linkov
2025-08-14
New user option 'treesit-enabled-modes' (bug#79180)
Juri Linkov
2025-08-09
(js-json-mode): Set `editorconfig-indent-size-vars`
Stefan Monnier
2025-06-28
Merge from origin/emacs-30
Eli Zaretskii
2025-06-28
bug#78901: [PATCH] js-ts-mode: Fix auto-mode-alist regexp
Liam Hupfer
2025-06-20
Use keyword :commit with full hashes for treesit-language-source-alist.
Juri Linkov
2025-06-03
Restore c-ts-common-comment-setup in js-ts-mode and typescript-ts-mode.
Juri Linkov
2025-05-14
Use JSX comments on jsx treesit nodes in js-ts-mode and tsx-ts-mode
Juri Linkov
2025-04-22
Revert addition of electric-block-comment-mode & follow-up commits
Sean Whitton
2025-04-20
Fix indentation of "{" on a new line of a function declaration
Vincenzo Pupillo
2025-04-18
Lock tree-sitter language grammars to verified versions.
Juri Linkov
2025-04-13
Add block-comment-start and block-comment-end to supported modes
Elías Gabriel Pérez
2025-04-08
New function treesit-parsers-at for treesit-language-at (bug#77256).
Juri Linkov
2025-03-06
Improve treesit settings for js/typescript/ruby-ts-mode (bug#73404)
Juri Linkov
2025-03-05
Improve treesit settings for typescript/tsx-ts-mode (bug#73404)
Juri Linkov
2025-03-03
Improve treesit settings for js-ts-mode (bug#73404)
Juri Linkov
2025-02-25
Prefer incf to cl-incf in progmodes/*.el
Stefan Kangas
2025-02-23
Prefer decf to cl-decf
Stefan Kangas
2025-02-17
Add mhtml-ts-mode.
Vincenzo Pupillo
2025-02-04
Correctly handled the local parser for jsdoc (bug#75456)
Vincenzo Pupillo
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-10
Use the treesit thing 'list' with symbol property 'treesit-thing-symbol'
Juri Linkov
2025-01-02
Update copyright year to 2025
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-30
Add verified grammar version comment for tree-sitter modes
Yuan Fu
2024-12-19
Add treesit thing 'sexp-list' to some ts-modes (bug#73404)
Juri Linkov
2024-12-18
Make font-lock face variables obsolete
Stefan Kangas
2024-12-12
Declare tree-sitter functions with a new macro
Yuan Fu
2024-12-12
Don't call purecopy in progmodes/*.el
Stefan Kangas
2024-12-07
progmodes/js: Use 'completing-read' instead of 'ido-completing-read'
Daniel Mendler
2024-11-30
Merge from origin/emacs-30
Eli Zaretskii
2024-11-24
Remove mention of treesit-defun-prefer-top-level (bug#74474)
Yuan Fu
2024-09-21
Delete redundant declarations of 'electric' variables
Stefan Kangas
2024-09-01
* lisp/progmodes/js.el: Improve sexp navigation in js-ts-mode (bug#72573)
Juri Linkov
2024-08-04
js-ts-mode: Make jsdoc's "description" block a comment (bug#72461)
Damien Cassou
2024-07-07
Checkdoc fixes in progmodes
Stefan Kangas
2024-07-06
Fix treesit range rule for jsdoc
Vincenzo Pupillo
[next]