index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
sh-script.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Yet another declare-function to avoid treesit-related warning
Eli Zaretskii
2022-12-28
1
-0
/
+2
*
Use the new tree-sitter commands
Yuan Fu
2022-12-15
1
-0
/
+2
*
Fix syntax tables of tree-sitter modes (bug#59807)
Kai Ma
2022-12-13
1
-0
/
+1
*
Speed up auto-completion in 'sh-script-mode'
Yikai Zhao
2022-12-02
1
-16
/
+14
*
; * lisp/progmodes/sh-script.el (sh--redirect-bash-ts-mode): Doc fix.
Eli Zaretskii
2022-11-27
1
-1
/
+1
*
Make bash-ts-mode fall back to sh-mode if the file isn't in Bash
Yuan Fu
2022-11-26
1
-18
/
+40
*
Reorganize treesit-font-lock-feaure-list's to the new level scheme
Yuan Fu
2022-11-26
1
-4
/
+4
*
Utilize new font-lock faces for more tree-sitter modes (Bug#59397)
Randy Taylor
2022-11-22
1
-7
/
+24
*
Separate tree-sitter and non-tree-sitter variant of sh-mode
Yuan Fu
2022-11-22
1
-68
/
+74
*
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-11-21
1
-1
/
+1
|
\
|
*
; Fix typos
Stefan Kangas
2022-11-18
1
-1
/
+1
*
|
Fix uses of treesit-ready-p
Yuan Fu
2022-11-19
1
-1
/
+1
*
|
Use keyword-face for declaration commands in tree-sitter sh-mode
Yuan Fu
2022-11-19
1
-1
/
+1
*
|
Improvements to the tree-sitter setup in sh-script.el
Yuan Fu
2022-11-17
1
-38
/
+22
*
|
; Minor stylistic fix for previous change on sh-script.el
Yuan Fu
2022-11-17
1
-19
/
+32
*
|
Initial fontification in sh-mode with tree-sitter
João P. L. de Carvalho
2022-11-17
1
-9
/
+139
|
/
*
New Flymake backend using the shellcheck program
Augusto Stoffel
2022-09-24
1
-1
/
+89
*
Delete many items obsolete since 24.3
Stefan Kangas
2022-09-09
1
-8
/
+0
*
Prefer defcustom :safe to putting 'safe-local-variable'
Stefan Kangas
2022-07-06
1
-1
/
+1
*
Fix missing :value with defcustom const :type
Stefan Kangas
2022-07-06
1
-3
/
+3
*
Send region to the subshell specified by the current file interpreter
Davide Masserut
2022-07-06
1
-11
/
+14
*
Bump sh-imenu-generic-expression defcustom version
Lars Ingebrigtsen
2022-06-11
1
-1
/
+1
*
Support mksh-specific function names in imenu
Visuwesh
2022-06-11
1
-3
/
+16
*
Merge from origin/emacs-28
Stefan Kangas
2022-05-27
1
-1
/
+1
|
\
|
*
; Fix some doc typos and minor language issues
Štěpán Němec
2022-05-26
1
-1
/
+1
*
|
Add a new command 'yank-in-context'
Lars Ingebrigtsen
2022-05-20
1
-0
/
+5
*
|
; Improve doc string of 'sh-indent-statement-after-and'
Eli Zaretskii
2022-05-12
1
-2
/
+3
*
|
Add new user option 'sh-indent-statement-after-and'
Lars Ingebrigtsen
2022-05-12
1
-2
/
+8
*
|
Add .bashrc detection to sh-mode
Davide Masserut
2022-04-06
1
-1
/
+1
*
|
Improve indentation of some shell script forms
Lars Ingebrigtsen
2022-02-07
1
-9
/
+15
*
|
(with-demoted-errors): Warn on missing `format` arg
Stefan Monnier
2022-02-04
1
-1
/
+1
*
|
Add "then" to sh--completion-keywords
Lars Ingebrigtsen
2022-01-24
1
-1
/
+1
*
|
More fixes for display-comint-buffer-action
Juri Linkov
2022-01-11
1
-1
/
+1
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Allow @ characters in heredoc in shell-script-mode
Lars Ingebrigtsen
2021-12-21
1
-1
/
+1
*
|
* lisp/progmodes/sh-script.el (sh-mode-map): Use defvar-keymap.
Stefan Kangas
2021-12-19
1
-33
/
+30
*
|
; * lisp/progmodes/sh-script.el (sh-mode-menu): Fix typos.
Stefan Kangas
2021-12-19
1
-3
/
+3
*
|
Add the "always" zsh builtin to zsh mode
Lars Ingebrigtsen
2021-10-25
1
-1
/
+2
|
/
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-10-05
1
-1
/
+1
*
Fix problems with 'C-c C-n' in sh-script-mode
Miha Rihtaršič
2021-09-23
1
-2
/
+9
*
Docfix: use command substitution for 'universal-argument'
Stefan Kangas
2021-09-16
1
-1
/
+1
*
Revert "Tweak sh-script-mode indentation further"
Lars Ingebrigtsen
2021-09-02
1
-1
/
+1
*
Tweak sh-script-mode indentation further
Kévin Le Gouguec
2021-08-29
1
-1
/
+1
*
Fix shell-script-mode indentation of continuation lines
Dario Gjorgjevski
2021-08-27
1
-1
/
+1
*
Use ### for outline headings in shell-script-mode
Lars Ingebrigtsen
2021-08-10
1
-1
/
+1
*
Add support for outlining in shell-script-mode
Lars Ingebrigtsen
2021-08-10
1
-0
/
+1
*
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-08-09
1
-1
/
+1
*
Allow inhibiting inserting #! in sh-set-shell
Lars Ingebrigtsen
2021-07-08
1
-1
/
+3
[next]