add plugin and fix example
Some checks failed
judge / Build judge (push) Successful in 1m8s
judge / Linux / gcc / Debug (push) Successful in 8s
judge / Linux / clang / Release (push) Successful in 10s
judge / Linux / gcc / Release (push) Successful in 10s
judge / Linux / gcc / Sanitized (push) Successful in 9s
judge / Linux / clang / Sanitized (push) Successful in 9s
judge / Linux / gcc / Debug (valgrind) (push) Successful in 22s
judge / Windows / clang / Debug (push) Successful in 40s
judge / Windows / clang / Release (push) Successful in 40s
judge / Windows / msvc / Debug (push) Successful in 45s
judge / Windows / msvc / Release (push) Successful in 43s
judge / SUMMARY (push) Failing after 2s
Some checks failed
judge / Build judge (push) Successful in 1m8s
judge / Linux / gcc / Debug (push) Successful in 8s
judge / Linux / clang / Release (push) Successful in 10s
judge / Linux / gcc / Release (push) Successful in 10s
judge / Linux / gcc / Sanitized (push) Successful in 9s
judge / Linux / clang / Sanitized (push) Successful in 9s
judge / Linux / gcc / Debug (valgrind) (push) Successful in 22s
judge / Windows / clang / Debug (push) Successful in 40s
judge / Windows / clang / Release (push) Successful in 40s
judge / Windows / msvc / Debug (push) Successful in 45s
judge / Windows / msvc / Release (push) Successful in 43s
judge / SUMMARY (push) Failing after 2s
This commit is contained in:
22
editor/vscode-jdg/package.json
Normal file
22
editor/vscode-jdg/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "jdg-language",
|
||||
"displayName": "Judge DSL (.jdg)",
|
||||
"description": "Syntax highlighting for judge test-suite files",
|
||||
"version": "0.1.0",
|
||||
"publisher": "judge",
|
||||
"engines": { "vscode": "^1.60.0" },
|
||||
"categories": ["Programming Languages"],
|
||||
"contributes": {
|
||||
"languages": [{
|
||||
"id": "jdg",
|
||||
"aliases": ["Judge DSL", "jdg"],
|
||||
"extensions": [".jdg"],
|
||||
"configuration": "./language-configuration.json"
|
||||
}],
|
||||
"grammars": [{
|
||||
"language": "jdg",
|
||||
"scopeName": "source.jdg",
|
||||
"path": "./syntaxes/jdg.tmLanguage.json"
|
||||
}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user