summaryrefslogtreecommitdiff
path: root/lisp/progmodes/js.el
Commit message (Expand)AuthorAgeFilesLines
* ; Fix last changeEli Zaretskii2024-02-031-2/+2
* Fix incompatibility with tree-sitter-javascript >= 0.20.2Vincenzo Pupillo2024-02-031-6/+21
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* js-ts-mode: Fix font-lock rules conflictDmitry Gutov2023-12-131-18/+6
* Add indentation rules for bracketless statements in js-ts-modeNoah Peart2023-12-121-0/+5
* Add font-locking for hash-bang lines in js-ts-modenverno2023-12-101-1/+1
* js-ts-mode: Highlight function parameters inside destructuringDmitry Gutov2023-12-081-1/+4
* js-ts-mode: Highlight property shorthands in assignmentsDmitry Gutov2023-12-081-2/+4
* (js--treesit-font-lock-settings): Highlight parameters in function expressionDmitry Gutov2023-12-081-8/+1
* (js--treesit-font-lock-settings): Remove some duplicatesDmitry Gutov2023-12-081-7/+1
* Tweak s-p-f for js-ts-modeDmitry Gutov2023-09-131-0/+2
* Add syntax-propertize-function to js-ts-modeDmitry Gutov2023-09-011-0/+24
* Fix jsx font-lock in older tree-sitter-js grammarsdannyfreeman2023-08-171-31/+4
* Properly expand the JSX indentation rules in 'js-ts-mode'dannyfreeman2023-08-101-1/+1
* Backport: Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-07-301-3/+3
* Update JSX support due to upstream changes (bug#64647)Vincenzo Pupillo2023-07-221-17/+44
* Make js-beginning-of-defun return non-nil on successDaniel Martín2023-06-291-27/+34
* Revert "Fix some tree-sitter :match regexps"Basil L. Contovounesios2023-06-171-3/+3
* Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-06-171-3/+3
* Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios2023-06-131-2/+2
* Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-281-6/+6
* Add more/finer faces for tree-sitterDmitry Gutov2023-02-251-19/+16
* Adjust jsx indentationTheodor Thornhill2023-02-191-2/+4
* Don't indent template_string contents (bug#61503)Theodor Thornhill2023-02-141-0/+1
* Fix errors in fontification of JavaScript import-statements (bug#61083)Jostein Kjønigsen2023-01-271-2/+11
* Move c-like common utils into own library (bug#60961)Theodor Thornhill2023-01-211-4/+4
* Make tree-sitter based modes optionalEli Zaretskii2023-01-201-1/+4
* Improve indentation for jsxTheodor Thornhill2023-01-151-6/+9
* Highlight identifier in import statements in js-ts-modeYuan Fu2023-01-091-1/+4
* (font-lock-regexp-face): New faceDmitry Gutov2023-01-061-1/+1
* Unify the string interpolation delimiters face across ts modesDmitry Gutov2023-01-061-1/+1
* Improve fontification consistency in js-ts-mode (bug#60503)Jostein Kjønigsen2023-01-021-0/+9
* js-ts-mode: Move 'string-interpolation' to font-lock level 3Dmitry Gutov2023-01-021-3/+2
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; * lisp/progmodes/js.el: Fix byte-compile warning.Yuan Fu2022-12-291-2/+5
* ; Minor cleanup for tree-sitter font-lock rules in js-ts-modeYuan Fu2022-12-281-8/+4
* Clean up font-lock rules in js-ts-modeYuan Fu2022-12-281-49/+55
* Update tree-sitter major modes to use the new Imenu facilityYuan Fu2022-12-271-68/+13
* Add comment indent and filling to other tree-sitter major modesYuan Fu2022-12-261-12/+5
* Support treesit-defun-name in tree-sitter major modesYuan Fu2022-12-241-27/+15
* Fix empty pairs in js tree-sitter imenu alist (bug#59945)Charl P. Botha2022-12-201-3/+8
* Indentation fixes for jsx/tsx (bug#60169)Theodor Thornhill2022-12-171-6/+5
* ; Fix typosStefan Kangas2022-12-161-2/+2
* Add indent rules to js/typescript/tsx-ts-mode (bug#60074)Theodor Thornhill2022-12-141-0/+3
* Fix syntax tables of tree-sitter modes (bug#59807)Kai Ma2022-12-131-1/+2
* Tweak various ts-mode's indent and fontification (bug#59931)Theodor Thornhill2022-12-121-0/+1
* Fix fontification of method-invocations in js-ts-mode (bug#59904)Jostein Kjønigsen2022-12-091-12/+15
* ; Fix typo in js--treesit-imenuRandy Taylor2022-12-061-1/+1
* Improve treesit-fontify-with-overrideYuan Fu2022-12-041-1/+1
* Fix comment-start-skip in tree-sitter modes (bug#59690)Yuan Fu2022-12-031-1/+2