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
- Host: GitHub
- URL: https://github.com/matrix86/vscode_driplane
- Owner: Matrix86
- Created: 2021-07-01T18:06:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T09:47:41.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T00:43:02.070Z (3 months ago)
- Homepage: https://marketplace.visualstudio.com/items?itemName=Matrix86.driplane
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Driplane's Rule Syntax Highlight [](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