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
/
typescript-ts-mode.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add typescript-ts-mode indentation for interface bodies (bug#70023)
Noah Peart
2024-03-28
1
-0
/
+1
*
Handle typescript ts grammar breaking change for function_expression
Loïc Lemaître
2024-02-11
1
-174
/
+188
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Add font-locking for hash-bang lines in typescript-ts-mode.
nverno
2023-12-10
1
-1
/
+1
*
Fix typescript-ts-mode indentation for switch statements
nverno
2023-11-29
1
-0
/
+3
*
typescript-ts-mode: Add missing 'operator' to treesit-font-lock-features
nverno
2023-11-24
1
-1
/
+1
*
typescript-ts-mode: Support indentation for conditionals without braces
Noah Peart
2023-11-21
1
-0
/
+5
*
tsx-ts-mode--font-lock-compatibility-bb1f97b: Re-fix the previous fix
Dmitry Gutov
2023-10-21
1
-1
/
+1
*
typescript-ts-mode.el: Minor touches
Dmitry Gutov
2023-09-16
1
-3
/
+6
*
Improve namespacing situation WRT to recent change in typescript-ts-mode.el
Dmitry Gutov
2023-09-16
1
-7
/
+7
*
; Declare some treesit.c functions in typescript-ts-mode.el.
Eli Zaretskii
2023-09-16
1
-0
/
+3
*
tsx-ts-mode--font-lock-compatibility-bb1f97b: Improve
Dmitry Gutov
2023-09-15
1
-1
/
+1
*
typescript-ts-mode, tsx-ts-mode: Fix syntax properties for regexp and jsx
Jostein Kjønigsen
2023-09-13
1
-0
/
+39
*
Add new keyword to 'typescript-ts-mode'
Eli Zaretskii
2023-08-03
1
-1
/
+1
*
Backport: Fix some tree-sitter :match regexps
Basil L. Contovounesios
2023-07-30
1
-2
/
+2
*
Make compat check also check typescript
Theodor Thornhill
2023-07-24
1
-4
/
+5
*
; * lisp/progmodes/typescript-ts-mode.el (treesit-query-capture): Declare.
Eli Zaretskii
2023-07-23
1
-0
/
+1
*
Update TSX support due to upstream changes (bug#64647)
Vincenzo Pupillo
2023-07-22
1
-23
/
+55
*
Revert "Fix some tree-sitter :match regexps"
Basil L. Contovounesios
2023-06-17
1
-2
/
+2
*
Fix some tree-sitter :match regexps
Basil L. Contovounesios
2023-06-17
1
-2
/
+2
*
Fix bol/bos anchors in tree-sitter :match regexps
Basil L. Contovounesios
2023-06-13
1
-2
/
+2
*
Add 'infer' as a keyword to typescript-ts-mode (bug#63880)
Theodor Thornhill
2023-06-06
1
-1
/
+1
*
typescript-ts-mode: Add a rule for function_signature
Dmitry Gutov
2023-06-03
1
-1
/
+2
*
Add type_predicate 'is' as keyword in typescript-ts-mode (bug#63810)
Theodor Thornhill
2023-05-31
1
-1
/
+1
*
; Add a bit more docstring to tsx-ts-mode (bug#62429)
Yuan Fu
2023-04-02
1
-1
/
+4
*
Add two typescript-ts-mode faces (bug#62429)
Yuan Fu
2023-03-30
1
-5
/
+20
*
Change tree-sitter indent anchor 'point-min' to 'column-0'
Yuan Fu
2023-03-04
1
-1
/
+1
*
Rename the newly added -ref- faces to -use-
Dmitry Gutov
2023-02-28
1
-3
/
+3
*
typescript-ts-mode: Highlight non-shorthand destructuring bindings
Dmitry Gutov
2023-02-25
1
-1
/
+3
*
Add more/finer faces for tree-sitter
Dmitry Gutov
2023-02-25
1
-14
/
+13
*
Typescript-ts-mode: Add switch case handling
Theodor Thornhill
2023-02-20
1
-0
/
+2
*
Adjust jsx indentation
Theodor Thornhill
2023-02-19
1
-3
/
+6
*
Don't indent template_string contents (bug#61503)
Theodor Thornhill
2023-02-14
1
-0
/
+1
*
Fix fontification TypeScript of import-statements (bug#61081)
Jostein Kjønigsen
2023-01-27
1
-1
/
+11
*
Fix fontification of function-valued variables (bug#61053)
Jostein Kjønigsen
2023-01-25
1
-15
/
+5
*
Move c-like common utils into own library (bug#60961)
Theodor Thornhill
2023-01-21
1
-4
/
+4
*
Use point-min to anchor top-level constructs (bug#60602)
Theodor Thornhill
2023-01-20
1
-1
/
+1
*
Make tree-sitter based modes optional
Eli Zaretskii
2023-01-20
1
-6
/
+6
*
Improve indentation for jsx
Theodor Thornhill
2023-01-15
1
-6
/
+8
*
Improve fontification for import-statements in typescript-ts-mode
Jostein Kjønigsen
2023-01-09
1
-1
/
+4
*
Fix highlighting of variable-declarations in typescript-ts-mode
Jostein Kjønigsen
2023-01-07
1
-14
/
+5
*
(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
*
Fontification improvements in typescript-ts-mode (bug#60500)
Jostein Kjønigsen
2023-01-02
1
-12
/
+10
*
(typescript/tsx-ts-mode): Split font-lock feature list into 4 values
Dmitry Gutov
2023-01-02
1
-2
/
+4
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Update tree-sitter major modes to use the new Imenu facility
Yuan Fu
2022-12-27
1
-7
/
+11
*
Add comment indent and filling to other tree-sitter major modes
Yuan Fu
2022-12-26
1
-9
/
+5
*
Fix wrong capture in typescript-ts-mode (bug#60167)
Theodor Thornhill
2022-12-17
1
-5
/
+2
*
Indentation fixes for jsx/tsx (bug#60169)
Theodor Thornhill
2022-12-17
1
-5
/
+5
[next]