Skip to content

Commit

Permalink
[ShellScript] Fix ebuild/eclass file extensions (sublimehq#2541)
Browse files Browse the repository at this point in the history
These two patterns for Gentoo packaging files
should be treated as file extensions, not as full filenames.
  • Loading branch information
sharkdp authored and mitranim committed Mar 20, 2022
1 parent 3abc718 commit d6ed85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShellScript/Bash.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ hidden_file_extensions:
- .bash_profile
- .bash_variables
- .bashrc
- .ebuild
- .eclass
- .profile
- .textmate_init
- .zlogin
Expand All @@ -34,6 +32,8 @@ hidden_file_extensions:
- .zshenv
- .zshrc
- PKGBUILD # https://jlk.fjfi.cvut.cz/arch/manpages/man/PKGBUILD.5
- ebuild
- eclass

first_line_match: |-
(?x:
Expand Down

0 comments on commit d6ed85f

Please sign in to comment.