mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 03:16:39 +00:00
chore(settings): update file associations in settings.json
- Added association for Elpaca.lock as lisp. - Sorted entries alphabetically.
This commit is contained in:
@@ -192,12 +192,13 @@
|
||||
//
|
||||
// Associations
|
||||
"files.associations": {
|
||||
"*.gemfile": "ruby",
|
||||
".env": "properties",
|
||||
".env.*": "properties",
|
||||
"Elpaca.lock": "lisp",
|
||||
"Procfile.*": "procfile",
|
||||
"gitconfig": "gitconfig",
|
||||
"gitignore": "gitignore",
|
||||
"*.gemfile": "ruby"
|
||||
"gitignore": "gitignore"
|
||||
},
|
||||
//
|
||||
// Encoding
|
||||
|
||||
Reference in New Issue
Block a user