summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2022-11-236-12/+12
* Tweak python-ts-mode fontification (bug#59470)Yuan Fu2022-11-221-1/+3
* Utilize new font-lock faces for more tree-sitter modes (Bug#59397)Randy Taylor2022-11-225-72/+139
* Add a way to override project name for project-vc backendDmitry Gutov2022-11-231-0/+13
* * lisp/progmodes/eglot.el (eglot--connect): Use project-nameStephen Leake2022-11-221-1/+3
* * lisp/progmodes/project.el (project-name): NewStephen Leake2022-11-221-0/+5
* Separate tree-sitter and non-tree-sitter variant of sh-modeYuan Fu2022-11-221-68/+74
* Tweak faces in Java and TypeScriptTheodor Thornhill2022-11-222-46/+60
* Tweak c-ts-mode fontificationYuan Fu2022-11-221-12/+25
* ; * lisp/progmodes/js.el (js-ts-mode): Add autoload cookie.Yuan Fu2022-11-211-0/+1
* ; Fix typo in c-ts-mode--font-lock-settingsYuan Fu2022-11-211-3/+3
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-2141-946/+4737
|\
| * ; Fix typos (misspelled symbols)Stefan Kangas2022-11-213-3/+3
| * Delete eglot spinner; not usefulStephen Leake2022-11-201-18/+10
| * Rename 'elisp-eval-buffer' to 'elisp-eval-region-or-buffer' (bug#59350)Juri Linkov2022-11-201-6/+12
| * ; Fix typosStefan Kangas2022-11-204-9/+9
| * ; Fix typosStefan Kangas2022-11-187-9/+9
| * ; Fix typos (prefer US spelling)Stefan Kangas2022-11-181-1/+1
| * CC Mode: Make implicit int types following specifiers fontify correctlyAlan Mackenzie2022-11-172-10/+42
| * ; * lisp/progmodes/elisp-mode.el (eval-defun): Doc fix.Eli Zaretskii2022-11-171-5/+9
| * * lisp/progmodes/eglot.el (eglot-server-programs): Remove Intelephense.Eli Zaretskii2022-11-171-1/+0
| * Add Eglot alternatives for PHP language serversUSAMI Kenta2022-11-171-2/+4
| * ; Fix typos (duplicate words)Stefan Kangas2022-11-173-3/+3
| * ; * lisp/*.el: Fix typos in docstringsJuanma Barranquero2022-11-171-4/+3
| * Call xref--analyze with correct projectStephen Leake2022-11-161-1/+6
| * New command 'project-list-buffers' bound to 'C-x p C-b' (bug#59153)Juri Linkov2022-11-151-0/+23
| * ; Fix some doc strings in elisp-mode.elEli Zaretskii2022-11-151-16/+21
| * CC Mode: Prevent over-eager recognition of a variable as a found typeAlan Mackenzie2022-11-141-0/+5
| * Hardcode "-name" instead of using find-name-argDmitry Gutov2022-11-141-4/+3
| * Eglot: fix null scopeUri regression in workspace/configurationIngo Lohmar2022-11-131-4/+5
| * Prefer defvar-keymap in sql.elStefan Kangas2022-11-131-28/+24
| * Add new Go modes to eglot-server-programsDavide Masserut2022-11-131-1/+1
| * eglot: Support signature labels without a function nameMichal Dubiel2022-11-121-1/+1
| * Add cperl-mode to eglot-server-programsShohei YOSHIDA2022-11-121-1/+1
| * project--buffer-list: Remove as unusedDmitry Gutov2022-11-121-15/+0
| * Make Eglot consider FileSystemWatcher.kind when watching filesBrian Leung2022-11-111-8/+15
| * ; Fix typosStefan Kangas2022-11-114-9/+9
| * eglot: Remove menu entry for manualStefan Kangas2022-11-111-3/+3
| * ; Tweak comment in lisp/progmodes/eglot.el (bug#58790)João Távora2022-11-111-3/+4
| * ; Fix a typo in last change.Eli Zaretskii2022-11-111-1/+1
| * ; * lisp/progmodes/eglot.el (eglot--path-to-uri): Improve commentary.Eli Zaretskii2022-11-111-1/+3
| * Remove redundant library installation instructionsStefan Kangas2022-11-113-7/+2
| * * lisp/progmodes/hideshow.el: Improve Commentary.Stefan Kangas2022-11-111-39/+37
| * Prefer defvar-keymap in hideshow.elStefan Kangas2022-11-111-16/+14
| * Eglot: Only handle URIs with the file:// scheme (bug#58790)dannyfreeman2022-11-101-17/+26
| * Improve Eglot's docstrings and manualJoão Távora2022-11-101-1/+4
| * Ignore errors when shutting down all LSP servers (bug#59146)Evgeni Kolev2022-11-101-1/+2
| * Support 'texlab' LSP server in Eglot OOTBArash Esbati2022-11-101-1/+1
| * Add to /etc/NEWS a mention of the new C++20 support in CC ModeAlan Mackenzie2022-11-101-1/+1
| * Fix indentation for multi-line block start in Python modekobarity2022-11-101-0/+1