index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
js.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Fix last change
Eli Zaretskii
2024-02-03
1
-2
/
+2
*
Fix incompatibility with tree-sitter-javascript >= 0.20.2
Vincenzo Pupillo
2024-02-03
1
-6
/
+21
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
js-ts-mode: Fix font-lock rules conflict
Dmitry Gutov
2023-12-13
1
-18
/
+6
*
Add indentation rules for bracketless statements in js-ts-mode
Noah Peart
2023-12-12
1
-0
/
+5
*
Add font-locking for hash-bang lines in js-ts-mode
nverno
2023-12-10
1
-1
/
+1
*
js-ts-mode: Highlight function parameters inside destructuring
Dmitry Gutov
2023-12-08
1
-1
/
+4
*
js-ts-mode: Highlight property shorthands in assignments
Dmitry Gutov
2023-12-08
1
-2
/
+4
*
(js--treesit-font-lock-settings): Highlight parameters in function expression
Dmitry Gutov
2023-12-08
1
-8
/
+1
*
(js--treesit-font-lock-settings): Remove some duplicates
Dmitry Gutov
2023-12-08
1
-7
/
+1
*
Tweak s-p-f for js-ts-mode
Dmitry Gutov
2023-09-13
1
-0
/
+2
*
Add syntax-propertize-function to js-ts-mode
Dmitry Gutov
2023-09-01
1
-0
/
+24
*
Fix jsx font-lock in older tree-sitter-js grammars
dannyfreeman
2023-08-17
1
-31
/
+4
*
Properly expand the JSX indentation rules in 'js-ts-mode'
dannyfreeman
2023-08-10
1
-1
/
+1
*
Backport: Fix some tree-sitter :match regexps
Basil L. Contovounesios
2023-07-30
1
-3
/
+3
*
Update JSX support due to upstream changes (bug#64647)
Vincenzo Pupillo
2023-07-22
1
-17
/
+44
*
Make js-beginning-of-defun return non-nil on success
Daniel Martín
2023-06-29
1
-27
/
+34
*
Revert "Fix some tree-sitter :match regexps"
Basil L. Contovounesios
2023-06-17
1
-3
/
+3
*
Fix some tree-sitter :match regexps
Basil L. Contovounesios
2023-06-17
1
-3
/
+3
*
Fix bol/bos anchors in tree-sitter :match regexps
Basil L. Contovounesios
2023-06-13
1
-2
/
+2
*
Rename the newly added -ref- faces to -use-
Dmitry Gutov
2023-02-28
1
-6
/
+6
*
Add more/finer faces for tree-sitter
Dmitry Gutov
2023-02-25
1
-19
/
+16
*
Adjust jsx indentation
Theodor Thornhill
2023-02-19
1
-2
/
+4
*
Don't indent template_string contents (bug#61503)
Theodor Thornhill
2023-02-14
1
-0
/
+1
*
Fix errors in fontification of JavaScript import-statements (bug#61083)
Jostein Kjønigsen
2023-01-27
1
-2
/
+11
*
Move c-like common utils into own library (bug#60961)
Theodor Thornhill
2023-01-21
1
-4
/
+4
*
Make tree-sitter based modes optional
Eli Zaretskii
2023-01-20
1
-1
/
+4
*
Improve indentation for jsx
Theodor Thornhill
2023-01-15
1
-6
/
+9
*
Highlight identifier in import statements in js-ts-mode
Yuan Fu
2023-01-09
1
-1
/
+4
*
(font-lock-regexp-face): New face
Dmitry Gutov
2023-01-06
1
-1
/
+1
*
Unify the string interpolation delimiters face across ts modes
Dmitry Gutov
2023-01-06
1
-1
/
+1
*
Improve fontification consistency in js-ts-mode (bug#60503)
Jostein Kjønigsen
2023-01-02
1
-0
/
+9
*
js-ts-mode: Move 'string-interpolation' to font-lock level 3
Dmitry Gutov
2023-01-02
1
-3
/
+2
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; * lisp/progmodes/js.el: Fix byte-compile warning.
Yuan Fu
2022-12-29
1
-2
/
+5
*
; Minor cleanup for tree-sitter font-lock rules in js-ts-mode
Yuan Fu
2022-12-28
1
-8
/
+4
*
Clean up font-lock rules in js-ts-mode
Yuan Fu
2022-12-28
1
-49
/
+55
*
Update tree-sitter major modes to use the new Imenu facility
Yuan Fu
2022-12-27
1
-68
/
+13
*
Add comment indent and filling to other tree-sitter major modes
Yuan Fu
2022-12-26
1
-12
/
+5
*
Support treesit-defun-name in tree-sitter major modes
Yuan Fu
2022-12-24
1
-27
/
+15
*
Fix empty pairs in js tree-sitter imenu alist (bug#59945)
Charl P. Botha
2022-12-20
1
-3
/
+8
*
Indentation fixes for jsx/tsx (bug#60169)
Theodor Thornhill
2022-12-17
1
-6
/
+5
*
; Fix typos
Stefan Kangas
2022-12-16
1
-2
/
+2
*
Add indent rules to js/typescript/tsx-ts-mode (bug#60074)
Theodor Thornhill
2022-12-14
1
-0
/
+3
*
Fix syntax tables of tree-sitter modes (bug#59807)
Kai Ma
2022-12-13
1
-1
/
+2
*
Tweak various ts-mode's indent and fontification (bug#59931)
Theodor Thornhill
2022-12-12
1
-0
/
+1
*
Fix fontification of method-invocations in js-ts-mode (bug#59904)
Jostein Kjønigsen
2022-12-09
1
-12
/
+15
*
; Fix typo in js--treesit-imenu
Randy Taylor
2022-12-06
1
-1
/
+1
*
Improve treesit-fontify-with-override
Yuan Fu
2022-12-04
1
-1
/
+1
*
Fix comment-start-skip in tree-sitter modes (bug#59690)
Yuan Fu
2022-12-03
1
-1
/
+2
[next]