Migrate all other languages to language-configuration.json

This commit is contained in:
Martin Aeschlimann
2016-07-21 20:30:37 +02:00
parent e929d1d8f0
commit 4a13944af6
64 changed files with 35 additions and 35 deletions

View File

@@ -10,7 +10,7 @@
"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",
"configuration": "./language-configuration.json",
"mimetypes": ["text/x-shellscript"]
}],
"grammars": [{