Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Apr 13, 2024
1 parent deebaab commit 475ce10
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ yarn add @making-sense/antlr-editor
### Example: VTLEditor

```bash
yarn add @making-sense/vtl-2-0-antlr-tools-ts @making-sense/vtl-2-0-monaco-tools-ts
yarn add @making-sense/antlr-editor @making-sense/vtl-2-0-antlr-tools-ts @making-sense/vtl-2-0-monaco-tools-ts
```

```typescript
Expand Down Expand Up @@ -74,11 +74,11 @@ yarn link-in-app test-app # ../YOUR-APP is supposed to exist

See details about \* props below

### Props
### Props details

#### `tools`

`tools` has to be mainly antlr4 auto-generated Lexer & Parser.
`tools` has to be Antlr4 auto-generated Lexer & Parser.

| Name | Type | Default value |
| ----------- | :-----------: | :-----------: |
Expand All @@ -90,6 +90,8 @@ See details about \* props below

Have a look to [VTL 2.0 Antlr Tools](https://github.com/Making-Sense-Info/VTL-2.0-ANTLR-Tools-TS) for example.

### `getSuggestionsFromRange` & `monarchDefinition`

Have a look to [VTL 2.0 Monaco Tools](https://github.com/Making-Sense-Info/VTL-2.0-Monaco-Tools-TS) for autosuggestion & highlighting example.

#### `customFetcher`
Expand Down

0 comments on commit 475ce10

Please sign in to comment.