From ac90a31a21cac80b4b7dca26bbffc0bcd02dfd1b Mon Sep 17 00:00:00 2001
From: Robin Hegering <44192264+rheg49@users.noreply.github.com>
Date: Fri, 31 Mar 2023 12:24:18 +0200
Subject: [PATCH] Add option for TOPAS syntax highlighting in VS Code
---
parameters/intro/syntax_highlighting.rst | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/parameters/intro/syntax_highlighting.rst b/parameters/intro/syntax_highlighting.rst
index 36057bb..97e547a 100644
--- a/parameters/intro/syntax_highlighting.rst
+++ b/parameters/intro/syntax_highlighting.rst
@@ -7,9 +7,10 @@ The following editors currently support topas syntax highlighting:
- `Atom `_:
Go to Packages >> Settings View >> Install Packages/Themes, and search for topas. This package should recognise both *.tps and *.topas files and highlight them automatically. Otherwise you have to manually turn on syntax highlighting in the bottom right of your screen
-- `Sublime text `_
+- `Sublime text `_:
open the Command Palette (cmd+shift+p on Mac, ctrl+shift+p on Linux/Windows)
select Package Control: Install Package
search for Topas Syntax
-- `Vim `_
+- `Vim `_:
see `here `_ for instructions
+- `Visual Studio Code `_: Go to Extensions (ctrl+shift+x) and search for Topas. Choose the Extension "Topas" by Samuel Peet and select "Install", then reload Visual Studio Code