summaryrefslogtreecommitdiff
path: root/lisp/progmodes/c-ts-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Fix c++-ts-mode defun navigation (bug#65885)Yuan Fu2024-04-081-1/+3
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Fix c++-ts-mode indentation (bug#67975)Yuan Fu2023-12-221-1/+1
* Fix c-ts-mode bracketless indentation for BSD style (bug#66152)Yuan Fu2023-12-101-7/+7
* Add missing indent rules in c-ts-mode (bug#66152)Augustin Chéneau2023-12-101-0/+2
* ; * lisp/progmodes/c-ts-mode.el (c-ts-mode--else-heuristic): Doc fix.Eli Zaretskii2023-12-101-2/+2
* Fix c-ts-mode indent heuristic (bug#67417)Yuan Fu2023-12-101-15/+15
* Fix c-ts-mode indentation (bug#67357)nverno2023-12-101-2/+21
* ; Fix typosStefan Kangas2023-12-031-1/+1
* ; Fix recent change in 'c-ts-mode'Eli Zaretskii2023-11-271-3/+3
* Fix c-ts-mode indentation after if/else (bug#67417)Yuan Fu2023-11-261-0/+16
* Fix indentation for else clause in c-ts-mode (bug#67417)Yuan Fu2023-11-261-0/+1
* * lisp/progmodes/c-ts-mode.el (c++-ts-mode): Provide (bug#65895).Eli Zaretskii2023-09-121-0/+1
* Fix c-ts-mode BSD style indentationYuan Fu2023-09-071-0/+1
* Support defun navigation for DEFUN in c-ts-mode (bug#64442)Yuan Fu2023-08-191-55/+60
* Remove nullptr named node from c++-ts-mode (bug#64818)Theodor Thornhill2023-07-241-3/+1
* Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios2023-06-131-1/+1
* Fix c-ts-mode--top-level-declaratorYuan Fu2023-05-201-1/+1
* Improve c-ts-mode font-lock for function names (bug#63390)Yuan Fu2023-05-191-0/+20
* Teach c-ts-mode about the 'restrict' keywordEli Zaretskii2023-05-061-2/+2
* Fix c-ts-mode--emacs-c-range-queryMichael Albinus2023-04-301-7/+8
* ; Doc fix in c-ts-mode.elEli Zaretskii2023-04-301-1/+1
* Fix FOR_EACH_TAIL fontification (bug#62951)Yuan Fu2023-04-291-8/+33
* ; Fix byte-compilation warnings in c-ts-mode.elEli Zaretskii2023-04-281-0/+4
* ; * lisp/progmodes/c-ts-mode.el: Fix comments and doc strings (bug#62951).Eli Zaretskii2023-04-281-16/+17
* Fix FOR_EACH_TAIL in c-ts-mode (bug#62951)Yuan Fu2023-04-271-2/+97
* Add indentation style setting for c-ts-mode in .dir-locals.elEli Zaretskii2023-04-221-0/+5
* Minor changes in c-ts-mode.el's support of DEFUNsEli Zaretskii2023-04-161-23/+36
* ; * lisp/progmodes/c-ts-mode.el (treesit-node-next-sibling): Declare.Eli Zaretskii2023-04-151-0/+1
* Partial support for DEFUN in c-ts-mode (bug#62825)Yuan Fu2023-04-141-25/+101
* Add menu to 'c-ts-mode' and 'c++-ts-mode'Eli Zaretskii2023-04-111-0/+33
* Fix some cases of incomplete code's indentation [c/c++-ts-mode]Dmitry Gutov2023-04-101-0/+17
* ; * lisp/progmodes/c-ts-mode.el (c++-ts-mode): Add some notice.Yuan Fu2023-04-011-1/+5
* Align concatenated strings to the first sibling in c-ts-modeYuan Fu2023-03-211-1/+1
* Add missing indent rule for c-ts-modeYuan Fu2023-03-211-0/+2
* Fix visiting XBM/XPM files when 'c-ts-mode' is activeEli Zaretskii2023-03-191-4/+9
* Fix enums and unions appearing as structs in c-ts-base-mode's imenuRandy Taylor2023-03-091-3/+3
* Fix empty line indentation in c-ts-mode (bug#61997)Yuan Fu2023-03-071-1/+3
* Fix c-ts-mode indentationYuan Fu2023-03-051-0/+3
* Fix c-ts-mode indentationYuan Fu2023-03-051-1/+3
* Fix c-ts-mode indentationYuan Fu2023-03-051-11/+19
* Fix c-ts-mode preproc directive indentationYuan Fu2023-03-041-2/+34
* Change tree-sitter indent anchor 'point-min' to 'column-0'Yuan Fu2023-03-041-8/+8
* Fix c-ts-mode indentation for statement after preproc (bug#61893)Yuan Fu2023-03-021-6/+13
* Fix c/c++-ts-mode's mode lighterEli Zaretskii2023-03-021-1/+2
* ; Avoid byte-compilation warning in c-ts-mode.elEli Zaretskii2023-03-021-0/+1
* Fix c-ts-mode empty line indentation (bug#61893)Yuan Fu2023-03-011-4/+4
* Improve tree-sitter's prev-sibling indent anchorYuan Fu2023-03-011-3/+9
* Implement prefix arg for 'c-ts-mode-toggle-comment-style'Felix2023-02-281-9/+13
* Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-281-3/+3