mirror of
https://github.com/sharkdp/bat.git
synced 2024-10-31 20:11:01 +01:00
21 lines
704 B
Diff
Vendored
21 lines
704 B
Diff
Vendored
diff --git syntaxes/01_Packages/ShellScript/Bash.sublime-syntax syntaxes/01_Packages/ShellScript/Bash.sublime-syntax
|
|
index e973e319..07c170a7 100644
|
|
--- syntaxes/01_Packages/ShellScript/Bash.sublime-syntax
|
|
+++ syntaxes/01_Packages/ShellScript/Bash.sublime-syntax
|
|
@@ -30,12 +30,12 @@ file_extensions:
|
|
- .zshenv
|
|
- .zshrc
|
|
- PKGBUILD # https://jlk.fjfi.cvut.cz/arch/manpages/man/PKGBUILD.5
|
|
- - .ebuild
|
|
- - .eclass
|
|
+ - ebuild
|
|
+ - eclass
|
|
|
|
first_line_match: |
|
|
(?x)
|
|
- ^\#! .* \b(bash|zsh|sh|tcsh|ash)\b
|
|
+ ^\#! .* \b(bash|zsh|sh|tcsh|ash|dash)\b
|
|
| ^\# \s* -\*- [^*]* mode: \s* shell-script [^*]* -\*-
|
|
|
|
#-------------------------------------------------------------------------------
|