From b5c9abd219d5542137248ff66f0154945dd3863c Mon Sep 17 00:00:00 2001 From: Jackson Ludwig <42984254+jacksonludwig@users.noreply.github.com> Date: Fri, 12 Feb 2021 10:48:46 -0500 Subject: [PATCH] Add js-mode to web mode snippets by default JavaScript snippets should be enabled in web mode by default. People who use web mode do so because they use multiple languages. I think it's quite reasonable to say that it is highly likely that people working with HTML are using JavaScript, and therefore they should be on without any additional config. --- snippets/web-mode/.yas-parents | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/web-mode/.yas-parents b/snippets/web-mode/.yas-parents index 8a1138368..c017b3395 100644 --- a/snippets/web-mode/.yas-parents +++ b/snippets/web-mode/.yas-parents @@ -1 +1,2 @@ html-mode +js-mode