Skip to content

Commit

Permalink
Moved language configuration from /src to /data
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert committed Apr 6, 2023
1 parent 5e9b102 commit 43286aa
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/_*
/node_modules/
/out/
*.vsix
File renamed without changes.
File renamed without changes.
File renamed without changes
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"categories": [
"Other"
],
"icon": "icon.png",
"icon": "media/icon.png",
"activationEvents": [],
"main": "./out/extension.js",
"contributes": {
Expand All @@ -36,14 +36,14 @@
"Spright Configuration",
"spright"
],
"configuration": "./src/spright-language.json"
"configuration": "./data/spright-language.json"
}
],
"grammars": [
{
"language": "spright",
"scopeName": "source.spright",
"path": "./src/spright-grammar.json"
"path": "./data/spright-grammar.json"
}
],
"customEditors": [
Expand Down

0 comments on commit 43286aa

Please sign in to comment.