Skip to content

Commit

Permalink
Merge branch 'development' into plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Apr 29, 2024
2 parents 3b16f02 + 407595a commit 0bec6af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/lspplugin/src/main/resources/META-INF/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "ExamplePlugin",
"description": "Example LSP plugin",
"dialects": [ "vdmsl", "vdmpp", "vdmrt" ],
"precision": "standard"
}
6 changes: 6 additions & 0 deletions quickcheck/src/main/resources/META-INF/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "quickcheck",
"description": "QuickCheck lightweight verification plugin",
"dialects": [ "vdmsl", "vdmpp", "vdmrt" ],
"precision": "standard"
}

0 comments on commit 0bec6af

Please sign in to comment.