From b528f401954645d192cedd0c5028f2b06971d960 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Fri, 11 Oct 2019 22:23:28 -0400 Subject: [PATCH] site: fix unknown syntax highlighting language in blog post --- site/content/blog/2019-04-15-setting-up-your-editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/blog/2019-04-15-setting-up-your-editor.md b/site/content/blog/2019-04-15-setting-up-your-editor.md index 5309a3714e..8301928f33 100644 --- a/site/content/blog/2019-04-15-setting-up-your-editor.md +++ b/site/content/blog/2019-04-15-setting-up-your-editor.md @@ -22,7 +22,7 @@ apm install file-types From the toolbar, open Edit → Config... and add the following two lines to your root (`"*"`) section: -```cson +```html "*": core: …