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

https://github.com/cendekia/chatette-vscode

Language highlighting for chatette dataset of Rasa
https://github.com/cendekia/chatette-vscode

chatbot dataset dsl language rasa rasa-nlu syntax-highlighting

Last synced: 5 months ago
JSON representation

Language highlighting for chatette dataset of Rasa

Awesome Lists containing this project

README

          

# VSCode Extension - Chatette Syntax Highlighting

This Visual Studio Code (VSCode) extension provides syntax highlighting for Chatette Dataset on Rasa given template files.

For more information about the Chatette Dataset:

* https://github.com/SimGus/Chatette

For more information about Rasa:
* https://rasa.com/docs/
* https://github.com/RasaHQ/rasa

## Preview

![Preview](https://i.ibb.co/8Btr7Ct/chattete-vscode-syntax-super-one-dark.png)

## Source Code

The source code is available on GitHub [here](https://github.com/cendekia/chatette-vscode)

## Installation

##### Recommended
You can install the extension via the Visual Studio Marketplace [here](https://marketplace.visualstudio.com/items?itemName=cendekia.chatette-vscode)

To install it, launch VS Code Quick Open (`Ctrl+P` or `Cmd+P`/`⌘+P`) and type:

```
ext install chatette-vscode
```

##### Alternative
To install it directly from Git repository, clone it to the VSCode extension folder on your account. On Windows it is located at `%USERPROFILE%\.vscode\extensions` and on MacOS and Linux it is located at `~/.vscode/extensions`.

```
cd ~/.vscode/extensions
git clone https://github.com/cendekia/chatette-vscode.git
```

Then the extension needs to be enabled from the VSCode preferences.

## Release Notes

For release notes of older versions, see the [CHANGELOG.md](https://github.com/cendekia/chatette-vscode/blob/master/CHANGELOG.md) file

### 0.0.1

Added syntax highlighting some basic intents, slots, alias.