Skip to content

Commit d434e3c

Browse files
committed
remove unwanted highlithing, affects others
1 parent f1c04a2 commit d434e3c

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

package.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -71,25 +71,6 @@
7171
],
7272
"main": "./out/client/extension",
7373
"contributes": {
74-
"languages": [{
75-
"id": "testOutput",
76-
"aliases": [
77-
"vscode-output-colorizer",
78-
"testOutput"
79-
],
80-
"extensions": [
81-
".log"
82-
],
83-
"configuration": "./syntaxes/test.configuration.json",
84-
"mimetypes": [
85-
"text/x-code-output"
86-
]
87-
}],
88-
"grammars": [{
89-
"language": "testOutput",
90-
"scopeName": "testOutput.log",
91-
"path": "./syntaxes/test.tmLanguage"
92-
}],
9374
"snippets": [{
9475
"language": "python",
9576
"path": "./snippets/python.json"

0 commit comments

Comments
 (0)