mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
chore(settings): add association for *.gemfile to Ruby file type
This commit is contained in:
@@ -159,7 +159,8 @@
|
|||||||
".env.*": "properties",
|
".env.*": "properties",
|
||||||
"Procfile.*": "procfile",
|
"Procfile.*": "procfile",
|
||||||
"gitconfig": "gitconfig",
|
"gitconfig": "gitconfig",
|
||||||
"gitignore": "gitignore"
|
"gitignore": "gitignore",
|
||||||
|
"*.gemfile": "ruby"
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
// Encoding
|
// Encoding
|
||||||
|
|||||||
Reference in New Issue
Block a user