Skip to content

Commit c54c705

Browse files
committed
Move language configurations to directory
1 parent 1b850db commit c54c705

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"light": "images/icon.png",
6969
"dark": "images/icon.png"
7070
},
71-
"configuration": "language-configuration.json"
71+
"configuration": "./language-configurations/racket.json"
7272
},{
7373
"id": "rhombus",
7474
"aliases": [
@@ -82,7 +82,7 @@
8282
"light": "images/icon.png",
8383
"dark": "images/icon.png"
8484
},
85-
"configuration": "language-configuration-rhombus.json"
85+
"configuration": "./language-configurations/rhombus.json"
8686
}
8787
],
8888
"grammars": [

0 commit comments

Comments
 (0)