2020-10-30 20:25:23 +01:00
|
|
|
diff --git syntaxes/01_Packages/ShellScript/Bash.sublime-syntax syntaxes/01_Packages/ShellScript/Bash.sublime-syntax
|
2021-05-14 18:16:38 +02:00
|
|
|
index e973e319..07c170a7 100644
|
2020-10-30 20:25:23 +01:00
|
|
|
--- syntaxes/01_Packages/ShellScript/Bash.sublime-syntax
|
|
|
|
+++ syntaxes/01_Packages/ShellScript/Bash.sublime-syntax
|
2021-05-14 18:16:38 +02:00
|
|
|
@@ -30,12 +30,12 @@ file_extensions:
|
2020-10-30 20:25:23 +01:00
|
|
|
- .zshenv
|
|
|
|
- .zshrc
|
|
|
|
- PKGBUILD # https://jlk.fjfi.cvut.cz/arch/manpages/man/PKGBUILD.5
|
|
|
|
- - .ebuild
|
|
|
|
- - .eclass
|
|
|
|
+ - ebuild
|
|
|
|
+ - eclass
|
|
|
|
|
|
|
|
first_line_match: |
|
|
|
|
(?x)
|
2021-05-14 18:16:38 +02:00
|
|
|
- ^\#! .* \b(bash|zsh|sh|tcsh|ash)\b
|
|
|
|
+ ^\#! .* \b(bash|zsh|sh|tcsh|ash|dash)\b
|
|
|
|
| ^\# \s* -\*- [^*]* mode: \s* shell-script [^*]* -\*-
|
|
|
|
|
|
|
|
#-------------------------------------------------------------------------------
|