|
@@ -1,9 +1,12 @@
|
|
|
## QSP language syntax highlighting for Visual Studio Code
|
|
|
|
|
|
-No known bugs:
|
|
|
+No known bugs.
|
|
|
+
|
|
|
+Features:
|
|
|
* Multiline comments work now
|
|
|
* Codefolding improved
|
|
|
* automatic indentation added
|
|
|
+
|
|
|
___
|
|
|
|
|
|
General usage:
|
|
@@ -12,6 +15,7 @@ General usage:
|
|
|
Snippet usage:
|
|
|
* type `loop`, `for`, `foreach` or `jump` and hit [Enter] for the `Loop` code snippet
|
|
|
* [Tab] through the variables to rename them
|
|
|
+
|
|
|
___
|
|
|
### Customize formatting ###
|
|
|
Modify settings.json (location: `%appdata%\Code\User\`)
|