index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
progmodes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix last change
Eli Zaretskii
2024-04-27
1
-1
/
+1
*
; Skip 'csharp-ts-mode' test if grammar is missing
john muhl
2024-04-27
1
-0
/
+1
*
Fix last change
Eli Zaretskii
2024-04-25
3
-30
/
+3
*
Fix indentation of if/else in 'csharp-ts-mode' (bug#70345)
Jacob Leeming
2024-04-25
2
-0
/
+81
*
Make object init more robust (bug#69571)
Theodor Thornhill
2024-03-31
1
-0
/
+78
*
Add test for previous change (bug#70023)
Theodor Thornhill
2024-03-28
1
-0
/
+14
*
Tweak regexp for object initializers in csharp-mode (bug#69571)
Theodor Thornhill
2024-03-16
2
-0
/
+49
*
java-ts-mode: Indentation for opening brace on a separate line
Dmitry Gutov
2024-02-17
1
-0
/
+31
*
typescript-ts-mode: Skip test if tsx grammar missing
Matthew Smith
2024-01-20
1
-1
/
+2
*
; Add 2024 to copyright years
Po Lu
2024-01-02
37
-37
/
+37
*
Improve syntax highlighting for python-ts-mode
Denis Zubarev
2023-12-30
1
-0
/
+302
*
ruby-ts-mode: Fix indentation for string_array closer
Dmitry Gutov
2023-12-24
1
-0
/
+4
*
Add indentation rules for bracketless statements in js-ts-mode
Noah Peart
2023-12-12
2
-0
/
+50
*
Fix c-ts-mode bracketless indentation for BSD style (bug#66152)
Yuan Fu
2023-12-10
1
-0
/
+34
*
Fix c-ts-mode indentation (bug#67357)
nverno
2023-12-10
1
-1
/
+47
*
ruby-mode: Better detect regexp vs division (bug#67569)
Dmitry Gutov
2023-12-09
1
-0
/
+12
*
; Fix typos
Stefan Kangas
2023-12-03
1
-1
/
+1
*
Fix typescript-ts-mode indentation for switch statements
nverno
2023-11-29
1
-0
/
+17
*
Fix indentation for else clause in c-ts-mode (bug#67417)
Yuan Fu
2023-11-26
1
-0
/
+20
*
Annotate java-ts-mode-test-movement with expected result
Dmitry Gutov
2023-11-21
1
-0
/
+2
*
Backport: Add more java indentation tests
Theodor Thornhill
2023-11-21
1
-16
/
+75
*
Backport: Add test for java indentation (bug#61115)
Theodor Thornhill
2023-11-21
1
-0
/
+9
*
typescript-ts-mode: Support indentation for conditionals without braces
Noah Peart
2023-11-21
1
-0
/
+22
*
Backport: Add some basic tests for java-ts-mode and typescript-ts-mode
Theodor Thornhill
2023-11-21
5
-0
/
+337
*
Make js-beginning-of-defun return non-nil on success
Daniel Martín
2023-06-29
1
-0
/
+51
*
Revert "Enhance Python font-lock to support multilines"
kobarity
2023-06-03
1
-144
/
+0
*
Fix python-info-docstring-p
kobarity
2023-05-26
1
-0
/
+16
*
ruby-add-log-current-method: Reduce the use of 'nreverse'
Dmitry Gutov
2023-04-13
1
-0
/
+16
*
Fix a couple of eglot-tests
Basil L. Contovounesios
2023-04-11
1
-1
/
+2
*
Fix some cases of incomplete code's indentation [c/c++-ts-mode]
Dmitry Gutov
2023-04-10
1
-0
/
+14
*
; Backport: Eglot: fix misplaced parenthesis in last commit to eglot-tests.el
João Távora
2023-04-09
1
-1
/
+1
*
Backport: Eglot: no more tests based on Pylsp (bug#62694)
João Távora
2023-04-09
1
-112
/
+85
*
Skip ruby-ts-imenu-index test if needed
Michael Albinus
2023-03-28
1
-0
/
+1
*
Fix Eglot Tramp tests on EMBA
Michael Albinus
2023-03-28
1
-0
/
+1
*
ruby-ts-mode: Fix/simplify Imenu index generation
Dmitry Gutov
2023-03-27
1
-0
/
+25
*
Improve indenting "case" in Python
kobarity
2023-03-26
1
-0
/
+38
*
Add missing indent rule for c-ts-mode
Yuan Fu
2023-03-21
1
-0
/
+30
*
Fix python-fill-paragraph problems on filling strings (bug#62142)
kobarity
2023-03-16
1
-0
/
+119
*
Make "case" keyword a dedenter in Python
kobarity
2023-03-11
1
-0
/
+15
*
Skip ruby-ts-syntax-propertize-symbol unless treesitter is available
Robert Pluim
2023-03-10
1
-0
/
+1
*
ruby-ts-mode: Fine-tune s-p-f on symbols (bug#62086)
Dmitry Gutov
2023-03-09
1
-0
/
+15
*
python-info-dedenter-opening-block-positions: Fix to support "bare" match
Dmitry Gutov
2023-03-09
1
-0
/
+14
*
Fix searching for end of string in python-nav-end-of-statement
kobarity
2023-03-09
1
-0
/
+44
*
Don't misindent 'else:' after 'if re.match:' in Python
Dmitry Gutov
2023-03-08
1
-0
/
+12
*
Fix empty line indentation in c-ts-mode (bug#61997)
Yuan Fu
2023-03-07
1
-0
/
+16
*
Fix c-ts-mode indentation
Yuan Fu
2023-03-05
1
-0
/
+3
*
Fix c-ts-mode indentation
Yuan Fu
2023-03-05
1
-0
/
+16
*
Fix c-ts-mode indentation
Yuan Fu
2023-03-05
1
-0
/
+16
*
Fix c-ts-mode preproc directive indentation
Yuan Fu
2023-03-04
1
-0
/
+34
*
More robustly unspoof HOME in Eglot tests (bug#61637)
João Távora
2023-03-04
1
-9
/
+8
[next]