Skip to content

Commit aa56564

Browse files
committed
Revert "move language file into languages folder"
This reverts commit d36f849.
1 parent 5603ee8 commit aa56564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"mimetypes": [
151151
"text/x-wiki"
152152
],
153-
"configuration": "./languages/language-configuration.json"
153+
"configuration": "./language-configuration.json"
154154
}
155155
],
156156
"grammars": [
@@ -268,7 +268,7 @@
268268
"test": "yarn run test-node && yarn run test-web",
269269
"test-node": "node ./dist/test/runTest.js",
270270
"test-web": "vscode-test-web --browserType=chromium --extensionDevelopmentPath=. --extensionTestsPath=./dist/test/suite/index-web.js",
271-
"convert": "js-yaml snippets/snippets.yaml > snippets/snippets.json && js-yaml syntaxes/wikitext.tmLanguage.yaml > syntaxes/wikitext.tmLanguage.json && js-yaml languages/language-configuration.yaml > languages/language-configuration.json",
271+
"convert": "js-yaml snippets/snippets.yaml > snippets/snippets.json && js-yaml syntaxes/wikitext.tmLanguage.yaml > syntaxes/wikitext.tmLanguage.json && js-yaml language-configuration.yaml > language-configuration.json",
272272
"package": "vsce package --yarn"
273273
},
274274
"devDependencies": {

0 commit comments

Comments
 (0)