The Pashmak programming language extension for Visual Studio Code.
To install this extension, go to Extensions
section and search pashmak
and install this extension!
OR
press CTRL+p
and enter ext install parsampsh.vscode-pashmak
to install this extension.
To install this extension manually, copy this folder to <home>/.vscode/extensions
, then open the vscode:
Clone this repo and then:
$ cd /path/to/vscode-pashmak/
$ cp . ~/.vscode/extensions/ -avr
Now, for a test, you can open test.pashm
:
$ code test.pashm
Enjoy it!
If you want to contribute to this project, read Contributing guide.