aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sh-script.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ; * lisp/progmodes/sh-script.el (sh--redirect-bash-ts-mode): Doc fix.Eli Zaretskii2022-11-271-1/+1
* Make bash-ts-mode fall back to sh-mode if the file isn't in BashYuan Fu2022-11-261-18/+40
* Reorganize treesit-font-lock-feaure-list's to the new level schemeYuan Fu2022-11-261-4/+4
* Utilize new font-lock faces for more tree-sitter modes (Bug#59397)Randy Taylor2022-11-221-7/+24
* Separate tree-sitter and non-tree-sitter variant of sh-modeYuan Fu2022-11-221-68/+74
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-1/+1
|\
| * ; Fix typosStefan Kangas2022-11-181-1/+1
* | Fix uses of treesit-ready-pYuan Fu2022-11-191-1/+1
* | Use keyword-face for declaration commands in tree-sitter sh-modeYuan Fu2022-11-191-1/+1
* | Improvements to the tree-sitter setup in sh-script.elYuan Fu2022-11-171-38/+22
* | ; Minor stylistic fix for previous change on sh-script.elYuan Fu2022-11-171-19/+32
* | Initial fontification in sh-mode with tree-sitterJoão P. L. de Carvalho2022-11-171-9/+139
|/
* New Flymake backend using the shellcheck programAugusto Stoffel2022-09-241-1/+89
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-8/+0
* Prefer defcustom :safe to putting 'safe-local-variable'Stefan Kangas2022-07-061-1/+1
* Fix missing :value with defcustom const :typeStefan Kangas2022-07-061-3/+3
* Send region to the subshell specified by the current file interpreterDavide Masserut2022-07-061-11/+14
* Bump sh-imenu-generic-expression defcustom versionLars Ingebrigtsen2022-06-111-1/+1
* Support mksh-specific function names in imenuVisuwesh2022-06-111-3/+16
* Merge from origin/emacs-28Stefan Kangas2022-05-271-1/+1
|\
| * ; Fix some doc typos and minor language issuesŠtěpán Němec2022-05-261-1/+1
* | Add a new command 'yank-in-context'Lars Ingebrigtsen2022-05-201-0/+5