An open API service indexing awesome lists of open source software.

https://github.com/matrix86/vscode_driplane

vscode extension to add syntax highlight for Driplane's rule files
https://github.com/matrix86/vscode_driplane

Last synced: 30 days ago
JSON representation

vscode extension to add syntax highlight for Driplane's rule files

Awesome Lists containing this project

README

        

# Driplane's Rule Syntax Highlight [![](https://vsmarketplacebadge.apphb.com/version/Matrix86.driplane.svg)](hhttps://marketplace.visualstudio.com/items?itemName=Matrix86.driplane)

This extension adds the syntax highlight support for the Driplane's rule files on VSCode.
Driplane project can be found on https://github.com/Matrix86/driplane.

Link to this extension on the Marketplace https://marketplace.visualstudio.com/items?itemName=Matrix86.driplane



## Package building

If you want to change and create the package by yourself to test it locally, you can install Node.js and then `vsce`:

> npm install -g vsce

To build the vsix package:

> vsce package

To install it from file:
> code --install-extension driplane-version.vsix