From 228731d832f4707574e0de7f3a8582aeffbfffca Mon Sep 17 00:00:00 2001 From: David Peter Date: Thu, 8 Oct 2020 19:07:18 +0200 Subject: [PATCH] [ShellScript] Fix ebuild/eclass file extensions These two patterns for Gentoo packaging files should be treated as file extensions, not as full filenames. --- ShellScript/Bash.sublime-syntax | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ShellScript/Bash.sublime-syntax b/ShellScript/Bash.sublime-syntax index fe3f90edf7..0caf3a5963 100644 --- a/ShellScript/Bash.sublime-syntax +++ b/ShellScript/Bash.sublime-syntax @@ -24,8 +24,6 @@ hidden_file_extensions: - .bash_profile - .bash_variables - .bashrc - - .ebuild - - .eclass - .profile - .textmate_init - .zlogin @@ -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: