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
/
c-ts-mode.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix c++-ts-mode defun navigation (bug#65885)
Yuan Fu
2024-04-08
1
-1
/
+3
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Fix c++-ts-mode indentation (bug#67975)
Yuan Fu
2023-12-22
1
-1
/
+1
*
Fix c-ts-mode bracketless indentation for BSD style (bug#66152)
Yuan Fu
2023-12-10
1
-7
/
+7
*
Add missing indent rules in c-ts-mode (bug#66152)
Augustin Chéneau
2023-12-10
1
-0
/
+2
*
; * lisp/progmodes/c-ts-mode.el (c-ts-mode--else-heuristic): Doc fix.
Eli Zaretskii
2023-12-10
1
-2
/
+2
*
Fix c-ts-mode indent heuristic (bug#67417)
Yuan Fu
2023-12-10
1
-15
/
+15
*
Fix c-ts-mode indentation (bug#67357)
nverno
2023-12-10
1
-2
/
+21
*
; Fix typos
Stefan Kangas
2023-12-03
1
-1
/
+1
*
; Fix recent change in 'c-ts-mode'
Eli Zaretskii
2023-11-27
1
-3
/
+3
*
Fix c-ts-mode indentation after if/else (bug#67417)
Yuan Fu
2023-11-26
1
-0
/
+16
*
Fix indentation for else clause in c-ts-mode (bug#67417)
Yuan Fu
2023-11-26
1
-0
/
+1
*
* lisp/progmodes/c-ts-mode.el (c++-ts-mode): Provide (bug#65895).
Eli Zaretskii
2023-09-12
1
-0
/
+1
*
Fix c-ts-mode BSD style indentation
Yuan Fu
2023-09-07
1
-0
/
+1
*
Support defun navigation for DEFUN in c-ts-mode (bug#64442)
Yuan Fu
2023-08-19
1
-55
/
+60
*
Remove nullptr named node from c++-ts-mode (bug#64818)
Theodor Thornhill
2023-07-24
1
-3
/
+1
*
Fix bol/bos anchors in tree-sitter :match regexps
Basil L. Contovounesios
2023-06-13
1
-1
/
+1
*
Fix c-ts-mode--top-level-declarator
Yuan Fu
2023-05-20
1
-1
/
+1
*
Improve c-ts-mode font-lock for function names (bug#63390)
Yuan Fu
2023-05-19
1
-0
/
+20
*
Teach c-ts-mode about the 'restrict' keyword
Eli Zaretskii
2023-05-06
1
-2
/
+2
*
Fix c-ts-mode--emacs-c-range-query
Michael Albinus
2023-04-30
1
-7
/
+8
*
; Doc fix in c-ts-mode.el
Eli Zaretskii
2023-04-30
1
-1
/
+1
*
Fix FOR_EACH_TAIL fontification (bug#62951)
Yuan Fu
2023-04-29
1
-8
/
+33
*
; Fix byte-compilation warnings in c-ts-mode.el
Eli Zaretskii
2023-04-28
1
-0
/
+4
*
; * lisp/progmodes/c-ts-mode.el: Fix comments and doc strings (bug#62951).
Eli Zaretskii
2023-04-28
1
-16
/
+17
*
Fix FOR_EACH_TAIL in c-ts-mode (bug#62951)
Yuan Fu
2023-04-27
1
-2
/
+97
*
Add indentation style setting for c-ts-mode in .dir-locals.el
Eli Zaretskii
2023-04-22
1
-0
/
+5
*
Minor changes in c-ts-mode.el's support of DEFUNs
Eli Zaretskii
2023-04-16
1
-23
/
+36
*
; * lisp/progmodes/c-ts-mode.el (treesit-node-next-sibling): Declare.
Eli Zaretskii
2023-04-15
1
-0
/
+1
*
Partial support for DEFUN in c-ts-mode (bug#62825)
Yuan Fu
2023-04-14
1
-25
/
+101
*
Add menu to 'c-ts-mode' and 'c++-ts-mode'
Eli Zaretskii
2023-04-11
1
-0
/
+33
*
Fix some cases of incomplete code's indentation [c/c++-ts-mode]
Dmitry Gutov
2023-04-10
1
-0
/
+17
*
; * lisp/progmodes/c-ts-mode.el (c++-ts-mode): Add some notice.
Yuan Fu
2023-04-01
1
-1
/
+5
*
Align concatenated strings to the first sibling in c-ts-mode
Yuan Fu
2023-03-21
1
-1
/
+1
*
Add missing indent rule for c-ts-mode
Yuan Fu
2023-03-21
1
-0
/
+2
*
Fix visiting XBM/XPM files when 'c-ts-mode' is active
Eli Zaretskii
2023-03-19
1
-4
/
+9
*
Fix enums and unions appearing as structs in c-ts-base-mode's imenu
Randy Taylor
2023-03-09
1
-3
/
+3
*
Fix empty line indentation in c-ts-mode (bug#61997)
Yuan Fu
2023-03-07
1
-1
/
+3
*
Fix c-ts-mode indentation
Yuan Fu
2023-03-05
1
-0
/
+3
*
Fix c-ts-mode indentation
Yuan Fu
2023-03-05
1
-1
/
+3
*
Fix c-ts-mode indentation
Yuan Fu
2023-03-05
1
-11
/
+19
*
Fix c-ts-mode preproc directive indentation
Yuan Fu
2023-03-04
1
-2
/
+34
*
Change tree-sitter indent anchor 'point-min' to 'column-0'
Yuan Fu
2023-03-04
1
-8
/
+8
*
Fix c-ts-mode indentation for statement after preproc (bug#61893)
Yuan Fu
2023-03-02
1
-6
/
+13
*
Fix c/c++-ts-mode's mode lighter
Eli Zaretskii
2023-03-02
1
-1
/
+2
*
; Avoid byte-compilation warning in c-ts-mode.el
Eli Zaretskii
2023-03-02
1
-0
/
+1
*
Fix c-ts-mode empty line indentation (bug#61893)
Yuan Fu
2023-03-01
1
-4
/
+4
*
Improve tree-sitter's prev-sibling indent anchor
Yuan Fu
2023-03-01
1
-3
/
+9
*
Implement prefix arg for 'c-ts-mode-toggle-comment-style'
Felix
2023-02-28
1
-9
/
+13
*
Rename the newly added -ref- faces to -use-
Dmitry Gutov
2023-02-28
1
-3
/
+3
[next]