aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/progmodes/js.el: Fix byte-compile warning.Yuan Fu2022-12-291-2/+5
* Fix c-ts-mode bracket indentation (bug#60398)Yuan Fu2022-12-291-2/+18
* ; Minor cleanup for tree-sitter font-lock rules in js-ts-modeYuan Fu2022-12-281-8/+4
* Clean up font-lock rules in js-ts-modeYuan Fu2022-12-281-49/+55
* ; * lisp/progmodes/c-ts-mode.el (c-ts-mode--fill-paragraph): Fix.Yuan Fu2022-12-281-2/+13
* Fix syntax for < and > in c++-ts-mode (bug#60351)Yuan Fu2022-12-281-8/+25
* ; Yet another declare-function to avoid treesit-related warningEli Zaretskii2022-12-281-0/+2
* ; Avoid treesit-related byte-compiler warningsEli Zaretskii2022-12-283-0/+3
* (python--treesit-settings): Remove duplicate matcherDmitry Gutov2022-12-281-3/+1
* Fix tree-sitter typosYuan Fu2022-12-281-1/+1
* Update tree-sitter major modes to use the new Imenu facilityYuan Fu2022-12-277-298/+65
* Improve support for Scheme R6RS and R7RS libraries (bug#54704)Rudolf Adamkovič2022-12-271-7/+13
* Fix imenu for c-ts-mode (bug#60296)Yuan Fu2022-12-261-24/+27
* Clean up python-ts-mode font-lock featuresYuan Fu2022-12-261-9/+30
* Add comment indent and filling to other tree-sitter major modesYuan Fu2022-12-266-98/+80
* ; Remove unused function in c-ts-modeYuan Fu2022-12-261-23/+2
* ; Fix typosStefan Kangas2022-12-263-3/+3
* ; Restore ARGS argument in c-ts-mode--fontify-declaratorJuanma Barranquero2022-12-251-1/+1
* ; Fix byte-copmiler warning in c-ts-mode--fontify-declaratorYuan Fu2022-12-251-1/+1
* Fix c-ts-mode imenu defun name (bug#60296)Yuan Fu2022-12-241-26/+24
* Support treesit-defun-name in tree-sitter major modesYuan Fu2022-12-246-67/+108
* Add treesit-defun-name and friendsYuan Fu2022-12-241-16/+21
* ; * lisp/progmodes/c-ts-mode.el: quote literal string in regexpMattias Engdegård2022-12-241-1/+1
* ; * lisp/progmodes/c-ts-mode.el: Add outline section headers.Yuan Fu2022-12-241-0/+14
* Improve c-ts-mode block comment indent (bug#60270)Yuan Fu2022-12-241-1/+20
* Fix block comment indent and filling for c-ts-mode (bug#59763)Yuan Fu2022-12-241-0/+96
* Fix ruby-mode.el local command injection vulnerability (bug#60268)Xi Lu2022-12-241-1/+1
* Eglot: eglot--servers-by-xrefed-file doesn't need to be value-weakJoão Távora2022-12-221-2/+1
* Prevent stale servers when using eglot-extend-to-xrefJoão Távora2022-12-221-3/+6
* Add treesit-defun-at-point and fix c-ts-mode-indent-defunYuan Fu2022-12-221-7/+4
* Fix empty pairs in js tree-sitter imenu alist (bug#59945)Charl P. Botha2022-12-201-3/+8
* eglot.el: Add vscode-json-languageserver to eglot-server-programsBrian Leung2022-12-201-0/+1
* ; Fix ruby-method-params-indent's :version valueDmitry Gutov2022-12-201-1/+1
* * lisp/progmodes/project.el (project--read-file-cpd-relative): Optimize.Juri Linkov2022-12-191-2/+3
* ruby-method-params-indent: New user optionDmitry Gutov2022-12-191-3/+23
* ; ruby-indent-level: Improve the docstringDmitry Gutov2022-12-191-1/+1
* * lisp/progmodes/project.el: Filter out empty strings from history (bug#58447)Juri Linkov2022-12-191-0/+1
* ruby-mode: Support endless singleton method definitions tooDmitry Gutov2022-12-191-1/+2
* Remove comment-start-skip preset in tree-sitter indentation engineYuan Fu2022-12-181-1/+0
* ruby-mode: Support endless methods (bug#54702)Dmitry Gutov2022-12-181-2/+26
* ; * lisp/progmodes/sql.el (sql-product-interactive): Doc fix (bug#60175)Eli Zaretskii2022-12-181-1/+2
* Fix wrong capture in typescript-ts-mode (bug#60167)Theodor Thornhill2022-12-171-5/+2
* Add rust-ts-mode (Bug#60136)Randy Taylor2022-12-172-1/+372
* Indentation fixes for jsx/tsx (bug#60169)Theodor Thornhill2022-12-172-11/+10
* ruby-mode: Recognize instance or global var as first arg in parenless callDmitry Gutov2022-12-171-1/+1
* Fix end-of-defun in ruby-modeDmitry Gutov2022-12-171-3/+4
* Add yaml-ts-mode (Bug#60105)Randy Taylor2022-12-161-1/+1
* Fix indentation in json-ts-mode (bug#60123)Jostein Kjønigsen2022-12-161-1/+2
* ; Add useful hint to which-func documentationEli Zaretskii2022-12-161-2/+12
* Bump Eglot version to 1.10João Távora2022-12-161-2/+2