mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 21:28:04 +00:00
shellscript: Register .eclass extension as shell-like (#219631)
Gentoo provides a framework to define modular code that can be reused between ebuilds and packages; the file extension for Gentoo eclasses should be registered as shell-like syntax in addition to ebuilds. https://wiki.gentoo.org/wiki/Eclass
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
".bash_profile",
|
||||
".bash_login",
|
||||
".ebuild",
|
||||
".eclass",
|
||||
".profile",
|
||||
".bash_logout",
|
||||
".xprofile",
|
||||
|
||||
Reference in New Issue
Block a user