提交 814d4665 编写于 作者: M Martin Aeschlimann

Merge pull request #6575 from fusion809/master

Adding extra file extensions/names to ini and shell script extensions
......@@ -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
}
......@@ -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
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册