-
- Downloads
added syntax highlighting
{ | ||
"name": "b-eventb-language-extension", | ||
"displayName": "B/Event-B/ProB language extension", | ||
"description": "Compiler and language support for B and Event-B via ProB", | ||
"name": "b-language-extension", | ||
"displayName": "B/ProB Language Support", | ||
"description": "Compiler and language support for B and via ProB", | ||
"version": "0.3.0", | ||
"publisher": "SeeBasTStick", | ||
"icon": "media/prob2-ui.png", | ||
"icon": "./media/prob2-ui.png", | ||
"author": "Sebastian Stock", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SeeBasTStick/b-eventb-language-extension" | ||
"url": "https://github.com/hhu-stups/b-language-extension" | ||
}, | ||
"engines": { | ||
"vscode": "^1.45.0" | ||
... | ... | @@ -20,12 +20,10 @@ |
"keywords": [ | ||
"classical B", | ||
"B", | ||
"Event-B", | ||
"ProB" | ||
], | ||
"activationEvents": [ | ||
"onLanguage:classicalb", | ||
"onLanguage:event" | ||
"onLanguage:classicalb" | ||
], | ||
"main": "./client/out/extension", | ||
"contributes": { | ||
... | ... | @@ -89,15 +87,13 @@ |
"B", | ||
"classical B" | ||
] | ||
}, | ||
{ | ||
"id": "eventb", | ||
"extensions": [ | ||
".sys" | ||
} | ||
], | ||
"aliases": [ | ||
"Event-B" | ||
] | ||
"grammars": [ | ||
{ | ||
"language": "classicalb", | ||
"scopeName": "source.classicalb", | ||
"path": "./syntaxes/classicalb.tmLanguage.json" | ||
} | ||
] | ||
}, | ||
... | ... |
syntaxes/classicalb.tmLanguage.json
0 → 100644
Please register or sign in to comment