Skip to content

Commit

Permalink
Add fun to definition keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Oct 26, 2023
1 parent cf8601b commit 3de6d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-lang-liquidsoap",
"version": "0.2.2",
"version": "0.2.3",
"description": "Liquidsoap language support for prosemirror",
"main": "dist/index.cjs",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/liquidsoap.grammar
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ Tuple {
}

AnonymousFunction {
"fun" Arglist !yields "->" expr
dkw<"fun"> Arglist !yields "->" expr
}

If {
Expand Down

0 comments on commit 3de6d7e

Please sign in to comment.