Skip to content
Snippets Groups Projects
Commit 41db7ebc authored by SeeBasTStick's avatar SeeBasTStick
Browse files

added REAL datatype

parent f49848af
No related branches found
No related tags found
Loading
......@@ -167,13 +167,9 @@
"name": "keyword.operator.tree.classicalb"
},
{
"match": "\\b(mod|succ|pred|ceiling|real|floor)\\b",
"match": "\\b(mod|succ|pred|ceiling|real|floorreal)\\b",
"name": "keyword.operator.numeric.classicalb"
},
{
"match": "\\b(REAL)\\b",
"name": "keyword.operator.numeric.operator.classicalb"
},
{
"match": "\\b(rec|struct)\\b",
"name": "keyword.operator.record.classicalb"
......@@ -258,7 +254,7 @@
"name": "constant.language.boolean.classicalb"
},
{
"match": "\\b(BOOL|STRING|INT(EGER)?|NAT(URAL)?(1)?|MININT|MAXINT)\\b",
"match": "\\b(BOOL|STRING|INT(EGER)?|NAT(URAL)?(1)?|MININT|MAXINT|REAL)\\b",
"name": "constant.other.sets.classicalb"
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment