From e00ad8b3214b8a9881c573e3b2e0611996a894a0 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 7 Jan 2026 08:08:25 +0000 Subject: [PATCH] chore(settings): update file associations in settings.json - Added association for Elpaca.lock as lisp. - Sorted entries alphabetically. --- settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index b691559..3e19adf 100644 --- a/settings.json +++ b/settings.json @@ -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