Sigma syntax

This extension provides simple syntax highlighting for the Sigma programming language - a GPU based, parallel programming language.

Getting up and running

1. Downloading the repository:
Clone the repository with git clone https://github.com/Goubermouche/sigma-syntax-highlighter.git.

2. Downloading the necessary dependencies:
To initialize th project you will need npm - download it by visiting the official site and following the given instructions. After you've downloaded npm you can download all the dependencies of this project by using the following command:

npm install

Note that the project is officially only tested with Visual Studio Code.

3. Running the project/building it yourself:
To run the project you can use the provided test command, which will restart Visual Studio Code and set everything up, it is recommended to use this command every time you've made changes to the main source file.