Skip to content

Commit 597dca3

Browse files
committed
Move language configs into single directory
1 parent 59a1ff8 commit 597dca3

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"id": "erb",
2222
"aliases": ["erb", "Encapsulated Ruby"],
2323
"extensions": [".erb", ".rhtml", ".rhtm", "html.erb"],
24-
"configuration": "./language-configuration-erb.json"
24+
"configuration": "./language-configs/erb.json"
2525
},
2626
{
2727
"id": "gemfile",
@@ -33,7 +33,7 @@
3333
"filenames": [
3434
"Gemfile"
3535
],
36-
"configuration": "./language-configuration-ruby.json"
36+
"configuration": "./language-configs/ruby.json"
3737
},
3838
{
3939
"id": "ruby",

0 commit comments

Comments
 (0)