diff options
| author | Yuan Fu | 2022-11-22 00:49:04 -0800 |
|---|---|---|
| committer | Yuan Fu | 2022-11-22 00:56:28 -0800 |
| commit | 6fde1fcd0fb5111f3262e5ff829b19ec9f136d90 (patch) | |
| tree | 8b4b43dd41e5cfc3dfc5ca367435b863cef3bcc6 /etc | |
| parent | 7144e38da828c885b6d11c96bbccbd72f527c162 (diff) | |
| download | emacs-feature/tree-sitter.tar.gz emacs-feature/tree-sitter.zip | |
Separate tree-sitter and non-tree-sitter variant of sh-modefeature/tree-sitter
Now there are three modes, sh-base-mode, sh-mode, bash-ts-mode.
The change I made: change sh-mode to sh-base-mode, remove docstring.
Below the new sh-base-mode, create a new definition for sh-mode, paste
the dostring, add setup for font-lock-defaults. Below sh-mode, add
bash-ts-mode.
* lisp/progmodes/sh-script.el (sh-mode): Moves all setup into
sh-base-mode, except for the setup for font-lock-defaults and the
docstring.
(sh-base-mode): New mode.
(bash-ts-mode): New mode.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions