Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 864 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 864 Bytes

Ola lang vs-code extension

This extension provides syntax highlighting for ola language.

Features

Syntax Highlighting

syntax

Snippets

snippets

Usage

  • You can find this extension in vscode's extension marketplace and install it
  • Installation (Local Development)

Installation (Local Development)

Once you have node and npm installed, you can build the extension like so: From the directory of this file, run:

npm install -g vsce
npm install
vsce package
code --install-extension ola*.vsix

Note:vsce only needs to be installed globally once

How to publish?

https://code.visualstudio.com/api/working-with-extensions/publishing-extension