mirror of
https://github.com/sharkdp/bat
synced 2024-11-04 18:00:24 +00:00
c4bbf28862
Upstream patch: https://github.com/sublimehq/Packages/pull/2541 closes #1292
16 lines
475 B
Diff
Vendored
16 lines
475 B
Diff
Vendored
diff --git syntaxes/01_Packages/ShellScript/Bash.sublime-syntax syntaxes/01_Packages/ShellScript/Bash.sublime-syntax
|
|
index e973e319..a703cef8 100644
|
|
--- syntaxes/01_Packages/ShellScript/Bash.sublime-syntax
|
|
+++ syntaxes/01_Packages/ShellScript/Bash.sublime-syntax
|
|
@@ -30,8 +30,8 @@ file_extensions:
|
|
- .zshenv
|
|
- .zshrc
|
|
- PKGBUILD # https://jlk.fjfi.cvut.cz/arch/manpages/man/PKGBUILD.5
|
|
- - .ebuild
|
|
- - .eclass
|
|
+ - ebuild
|
|
+ - eclass
|
|
|
|
first_line_match: |
|
|
(?x)
|