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

https://github.com/mnikander/langium-trigger-actions

a DSL to add buttons and actions to a WebView inside a VS code extension
https://github.com/mnikander/langium-trigger-actions

Last synced: 11 months ago
JSON representation

a DSL to add buttons and actions to a WebView inside a VS code extension

Awesome Lists containing this project

README

          

# Tigger actions

A DSL for triggers which execute actions.
An example could be to click a button to display some text.

## Setup

1. Setup Langium on your machine: https://www.npmjs.com/package/langium
2. Clone this repo
3. Build using the task in vscode (or execute `npm run langium:generate && npm run build` in a terminal)
4. Run the resulting program in vscode, to start a new vscode window which has the extension for 'First Lambda' loaded
5. In this new vscode window, open a .fla file in the example/ directory to try out syntax highlighting and auto-completion