Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Jan 8, 2024
1 parent 58ef8a4 commit 21d3d6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@making-sense/antlr-editor",
"version": "0.3.0",
"version": "0.3.1",
"description": "ANTLR Typescript editor",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions src/stories/vtl-monaco/suggestions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,15 @@ export const getSuggestionsFromRange = (range: IRange) => {
value: "The operator returns the levenshtein distance between the two inputed strings. \n\n **Syntax** \n\n levenshtein (left, right) "
}
},
{
label: "random",
kind: FUNCTION,
insertText: "random",
range: range,
documentation: {
value: "The operator returns a random decimal number >= 0 and <1. \n\n **Syntax** \n\n random()"
}
},
{
label: "in",
kind: KEYWORD,
Expand Down

0 comments on commit 21d3d6e

Please sign in to comment.