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