diff --git a/extensions/ini/package.json b/extensions/ini/package.json index dfaa9ecd88c82bae0e42f494a3a4ea8561f8b7bf..882bb0c23259433d336a7b2512347583e06a039d 100644 --- a/extensions/ini/package.json +++ b/extensions/ini/package.json @@ -6,7 +6,7 @@ "contributes": { "languages": [{ "id": "ini", - "extensions": [ ".ini", ".properties", ".gitconfig" ], + "extensions": [ ".desktop", ".ini", ".properties", ".gitconfig" ], "filenames": ["config", ".gitattributes", ".gitconfig", "gitconfig", ".editorconfig"], "aliases": [ "Ini", "ini" ], "configuration": "./ini.configuration.json" @@ -17,4 +17,4 @@ "path": "./syntaxes/Ini.plist" }] } -} \ No newline at end of file +} diff --git a/extensions/shellscript/package.json b/extensions/shellscript/package.json index cf263f1557d1e67448641edfa36f43772125377f..635196d327c6e69b2502cbedc4232596b1899359 100644 --- a/extensions/shellscript/package.json +++ b/extensions/shellscript/package.json @@ -7,7 +7,8 @@ "languages": [{ "id": "shellscript", "aliases": ["Shell Script (Bash)", "shellscript", "bash", "sh", "zsh"], - "extensions": [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile", ".bash_logout", ".zsh", ".zshrc", ".zprofile", ".zlogin", ".zlogout", ".zshenv"], + "extensions": [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".ebuild", ".install", ".profile", ".bash_logout", ".zsh", ".zshrc", ".zprofile", ".zlogin", ".zlogout", ".zshenv"], + "filenames": ["PKGBUILD"], "firstLine": "^#!.*\\b(bash|zsh|sh|tcsh)|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-", "configuration": "./shellscript.configuration.json", "mimetypes": ["text/x-shellscript"] @@ -18,4 +19,4 @@ "path": "./syntaxes/Shell-Unix-Bash.tmLanguage" }] } -} \ No newline at end of file +}