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
f49c08c5
Commit
f49c08c5
authored
1 year ago
by
Jan Gruteser
Browse files
Options
Downloads
Patches
Plain Diff
fix some typos
parent
96eafcda
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#135687
passed
1 year ago
Stage: test
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
syntaxes/classicalb.tmLanguage.json
+1
-1
1 addition, 1 deletion
syntaxes/classicalb.tmLanguage.json
syntaxes/rmchAddOn.tmLanguage.json
+1
-1
1 addition, 1 deletion
syntaxes/rmchAddOn.tmLanguage.json
with
3 additions
and
3 deletions
README.md
+
1
−
1
View file @
f49c08c5
...
@@ -11,7 +11,7 @@ In order to change the probcli version you need to make the change in the settin
...
@@ -11,7 +11,7 @@ In order to change the probcli version you need to make the change in the settin
## Requirements
## Requirements
-
Java v.8 or higher. By default Java home is considerd to be accessible by typing 'java' in terminal/powershell
-
Java v.8 or higher. By default
,
Java home is consider
e
d to be accessible by typing 'java' in terminal/powershell
## Extension Settings
## Extension Settings
...
...
This diff is collapsed.
Click to expand it.
syntaxes/classicalb.tmLanguage.json
+
1
−
1
View file @
f49c08c5
...
@@ -175,7 +175,7 @@
...
@@ -175,7 +175,7 @@
"name"
:
"keyword.operator.record.classicalb"
"name"
:
"keyword.operator.record.classicalb"
},
},
{
{
"match"
:
"
\\
b(ran|dom|id|prj1|prj2|closure1|closure|i
n
terate|fnc|rel)
\\
b|%|λ"
,
"match"
:
"
\\
b(ran|dom|id|prj1|prj2|closure1|closure|iterate|fnc|rel)
\\
b|%|λ"
,
"name"
:
"keyword.operator.relation.classicalb"
"name"
:
"keyword.operator.relation.classicalb"
},
},
{
{
...
...
This diff is collapsed.
Click to expand it.
syntaxes/rmchAddOn.tmLanguage.json
+
1
−
1
View file @
f49c08c5
...
@@ -181,7 +181,7 @@
...
@@ -181,7 +181,7 @@
"name"
:
"keyword.operator.record.rmchAddOn"
"name"
:
"keyword.operator.record.rmchAddOn"
},
},
{
{
"match"
:
"
\\
b(ran|dom|id|prj1|prj2|closure1|closure|i
n
terate|fnc|rel)
\\
b|%|λ"
,
"match"
:
"
\\
b(ran|dom|id|prj1|prj2|closure1|closure|iterate|fnc|rel)
\\
b|%|λ"
,
"name"
:
"keyword.operator.relation.rmchAddOn"
"name"
:
"keyword.operator.relation.rmchAddOn"
},
},
{
{
...
...
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