From f78deaa5f2570050f5406f2f462c7561edc65722 Mon Sep 17 00:00:00 2001 From: rbn30117 <106075265+rbn30117@users.noreply.github.com> Date: Thu, 20 Oct 2022 04:42:27 +0300 Subject: [PATCH] Add link for ''Hugo Shortcode Syntax Highlighting' VS Code extension (#1765) Co-authored-by: stullesha <106075265+stullesha@users.noreply.github.com> --- content/en/tools/editors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/tools/editors.md b/content/en/tools/editors.md index 06c959b3f..e4fb9b44a 100644 --- a/content/en/tools/editors.md +++ b/content/en/tools/editors.md @@ -31,6 +31,7 @@ The Hugo community uses a wide range of preferred tools and has developed plug-i * [Hugo Language and Syntax Support](https://marketplace.visualstudio.com/items?itemName=budparr.language-hugo-vscode). Hugo Language and Syntax Support is a Visual Studio Code plugin for Hugo syntax highlighting and snippets. The source code can be found [here](https://github.com/budparr/language-hugo-vscode). * [Hugo Themer](https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-hugo-themer). Hugo Themer is an extension to help you while developing themes. It allows you to easily navigate through your theme files. * [Front Matter](https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-front-matter). Once you go for a static site, you need to think about how you are going to manage your articles. Front matter is a tool that helps you maintaining the metadata/front matter of your articles like: creation date, modified date, slug, tile, SEO check, and many more... +* [Syntax Highlighting for Hugo Shortcodes](https://github.com/kael-larkin/hugo-vscode-shortcode-syntax-highlighting). This extension add some syntax highlighting for Shortcodes, making visual identification of individual pieces easier. ## Emacs