Skip to content

Commit 8c5d483

Browse files
committed
fix #505
1 parent 880edc1 commit 8c5d483

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"extensions": [
6262
".log"
6363
],
64-
"configuration": "./src/syntaxes/test.configuration.json",
64+
"configuration": "./syntaxes/test.configuration.json",
6565
"mimetypes": [
6666
"text/x-code-output"
6767
]
@@ -71,7 +71,7 @@
7171
{
7272
"language": "testOutput",
7373
"scopeName": "testOutput.log",
74-
"path": "./src/syntaxes/test.tmLanguage"
74+
"path": "./syntaxes/test.tmLanguage"
7575
}
7676
],
7777
"snippets": [
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)