Alternatively, you can package the extension as a .vsix using vsce and install it:
npm install -g @vscode/vsce
vsce package
Language Overview & Examples
Here is an example of a SWAN L4 program:
TITLE Feedback Evaluator
#DEFINE CALL_CHECK_STOCK https://api.warunglele.id/v1/inventory
SAY Please rate our service from 1 to 5:
LISTEN
IF >= 4:
SAY We are glad you enjoyed it!
ELSE:
SAY We apologize for the inconvenience and will work to improve.