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