Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.01 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.01 KB

vscode Pashmak

The Pashmak programming language extension for Visual Studio Code.

Pashmak programming language extension for Visual Studio Code preview

Get started

Installation

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.

Manual installation

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!

Contributing

If you want to contribute to this project, read Contributing guide.