Skip to content

Commit

Permalink
Don't apply a language config to the output window
Browse files Browse the repository at this point in the history
  • Loading branch information
itowlson committed Oct 25, 2018
1 parent a022662 commit 7b83d6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
11 changes: 0 additions & 11 deletions package.json
Expand Up @@ -981,24 +981,13 @@
"**/templates/**/*.tpl"
],
"configuration": "./language-configuration.json"
},
{
"id": "kubernetes-output",
"mimetypes": [
"text/x-code-output"
]
}
],
"grammars": [
{
"language": "helm",
"scopeName": "source.helm",
"path": "./syntaxes/helm.tmLanguage.json"
},
{
"language": "kubernetes-output",
"scopeName": "kubernetes.output",
"path": "./syntaxes/kubernetes-output.tmLanguage.json"
}
],
"snippets": [
Expand Down
18 changes: 0 additions & 18 deletions syntaxes/kubernetes-output.tmLanguage.json

This file was deleted.

0 comments on commit 7b83d6d

Please sign in to comment.