:lang sh
She sells {ba,z,fi}sh shells on the C xor
1. Description
This module adds support for shell scripting languages.
- Code completion (company-shell)
- Syntax Checking (flycheck)
1.1. Maintainers
This module has no dedicated maintainers. Become a maintainer?
1.2. Module flags
- +fish
- Add syntax highlighting for fish script files.
- +lsp
- Enables LSP support for
sh-mode
. Requires :tools lsp and a langserver (supports bash-language-server). - +powershell
- Enable syntax highlighting for Powershell script files .ps1 and .psm1.
1.3. Packages
1.4. Hacks
- Interpolated variables are fontified.
2. Prerequisites
This module has several optional dependencies:
- shellcheck: Enables advanced shell script linting.
- bash-language-server: Enables LSP support (with +lsp flag).
- With the :tools debugger module
3. TODO Usage
This module has no usage documentation yet. Write some?
4. TODO Configuration
This module has no configuration documentation yet. Write some?
5. Troubleshooting
There are no known problems with this module. Report one?
6. TODO Appendix
This module has no appendix yet. Write one?