Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 683 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 683 Bytes

Pulsar Language Extension

Adds Pulsar Language support for VSCode.

As of now only syntax highlighting is supported.

What's Pulsar?

Pulsar is a stack-based dynamically-typed interpreted scripting language written in C++.

It's open source on GitHub at Marco4413/Pulsar.

How do I install this extension?

Until I decide to release a pre-built version, you must package it yourself:

Install any dependency:

$ npm install

Install VSCE:

$ npm install -g @vscode/vsce

Package the extension:

$ npx vsce package

Install the extension to VSCode through the newly generated .vsix file.

Screenshots