aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sh-script.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov2025-10-161-2/+1
* Silence byte-compile warnings when treesit is not availableJuri Linkov2025-08-181-0/+1
* New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov2025-08-141-0/+5
* Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov2025-06-201-1/+2
* Better command subst fontification in bash-ts-mode (bug#78567)Jostein Kjønigsen2025-06-041-1/+1
* lisp/progmodes/sh-script.el (sh-popup-occur-buffer): Remove unused varStefan Monnier2025-06-031-9/+0
* Remove unused user options in sh-script.elEli Zaretskii2025-05-311-39/+1
* sh-script.el: Improve consistency in variable-use fontification.Jostein Kjønigsen2025-05-101-1/+5
* Mark !%:.^~, as punctuation rather than symbol constituentsJames Cherti2025-05-071-7/+7
* Lock tree-sitter language grammars to verified versions.Juri Linkov2025-04-181-1/+6
* Fix treesit-forward-sexp/list navigation in the middle of a node.Juri Linkov2025-04-101-0/+6
* * lisp/progmodes/sh-script.el (bash-ts-mode): Improve treesit settings.Juri Linkov2025-02-071-3/+38
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Make font-lock face variables obsoleteStefan Kangas2024-12-181-2/+2
* Declare tree-sitter functions with a new macroYuan Fu2024-12-121-2/+1
* Remove obsolete 'display-comint-buffer-action' (bug#74361)Juri Linkov2024-12-041-2/+3
* ; Improve commentary of last change.Eli Zaretskii2024-11-301-1/+1
* Support hyphen in Bash function namesJames Cherti2024-11-301-0/+12
* Set treesit-primary-parser for tree-sitter modesYuan Fu2024-10-141-1/+1
* Suppress warnings for obsolete display-comint-buffer-action (bug#69983)Juri Linkov2024-04-251-1/+2
* Native JSON support is always availableMattias Engdegård2024-04-011-7/+1
* Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier2024-03-091-0/+2
* doc: Delete extraneous quotes around keysStefan Kangas2024-01-211-1/+1
* sh-script.el: Add support for `case FOO {...}` (bug#55764)Stefan Monnier2024-01-111-3/+4
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+2
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Fix indentation and fontification in shell-script (Bug#26217)Mauro Aranda2023-10-141-5/+8
* | Obsolete treesit-block/sexp/sentence/text-type-regexpYuan Fu2023-09-011-4/+5
* | ; Delete redundant defvars; font-lock is preloadedStefan Kangas2023-08-251-6/+1
* | sh-script: improve fontification of RPM spec filesAndreas Schwab2023-07-031-2/+5
* | Recognize PKGBUILD as bash styleDavide Masserut2023-07-011-0/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-06-171-1/+1
|\ \ | |/
| * Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios2023-06-131-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-04-151-8/+12
|\ \ | |/
| * Fix visiting RPM filesEli Zaretskii2023-04-101-8/+12
* | Merge from origin/emacs-29Stefan Kangas2023-03-061-1/+8
|\ \ | |/
| * ; Change font-lock-variable-name-face to font-lock-variable-use-faceYuan Fu2023-03-051-1/+1
| * Add string-interpolation feature to bash-ts-modeYuan Fu2023-03-051-1/+8
* | Add support for Zsh's case branches ;|.Philippe Altherr2023-03-021-7/+11
* | Use 'sh-indent-for-continuation' for continued lines in 'sh-script-mode'Philippe Altherr2023-03-021-2/+5
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Merge from origin/emacs-29Stefan Kangas2022-12-281-0/+2
|\ \ | |/
| * ; Yet another declare-function to avoid treesit-related warningEli Zaretskii2022-12-281-0/+2
* | Merge from origin/emacs-29Stefan Kangas2022-12-161-0/+2
|\ \ | |/
| * Use the new tree-sitter commandsYuan Fu2022-12-151-0/+2
* | Merge from origin/emacs-29Stefan Kangas2022-12-151-0/+1
|\ \ | |/
| * Fix syntax tables of tree-sitter modes (bug#59807)Kai Ma2022-12-131-0/+1
* | Add prog-fill-reindent-defun (bug#59664)Theodor Thornhill2022-12-111-0/+4
|/
* Speed up auto-completion in 'sh-script-mode'Yikai Zhao2022-12-021-16/+14