Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
B Language Extension
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
B Language Extension
Commits
97184a19
Commit
97184a19
authored
5 years ago
by
SeeBasTStick
Browse files
Options
Downloads
Patches
Plain Diff
0.3.0
parent
9530c119
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
package-lock.json
+1
-1
1 addition, 1 deletion
package-lock.json
package.json
+25
-11
25 additions, 11 deletions
package.json
with
26 additions
and
12 deletions
package-lock.json
+
1
−
1
View file @
97184a19
{
"name"
:
"b-eventb-language-extension"
,
"version"
:
"0.
2
.0"
,
"version"
:
"0.
3
.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
package.json
+
25
−
11
View file @
97184a19
...
...
@@ -2,7 +2,7 @@
"name"
:
"b-eventb-language-extension"
,
"displayName"
:
"b-eventb language extension"
,
"description"
:
"compiler support for b and eventb via ProB"
,
"version"
:
"0.
2
.0"
,
"version"
:
"0.
3
.0"
,
"publisher"
:
"SeeBasTStick"
,
"icon"
:
"prob2-ui.png"
,
"author"
:
"Sebastian Stock"
,
...
...
@@ -76,16 +76,30 @@
}
}
},
"languages"
:
[{
"languages"
:
[
{
"id"
:
"classicalB"
,
"extensions"
:
[
".mch"
,
".def"
,
".imp"
,
".ref"
],
"aliases"
:
[
"B"
,
"classical B"
]
"extensions"
:
[
".mch"
,
".def"
,
".imp"
,
".ref"
],
"aliases"
:
[
"B"
,
"classical B"
]
},
{
"id"
:
"eventB"
,
"extensions"
:
[
".sys"
],
"aliases"
:
[
"Event-B"
]
}]
"extensions"
:
[
".sys"
],
"aliases"
:
[
"Event-B"
]
}
]
},
"scripts"
:
{
"vscode:prepublish"
:
"npm run compile"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment