add async and more import syntaxes
parent
d525f55a2c
commit
5250b09b03
|
|
@ -3,9 +3,9 @@
|
||||||
"publisher": "valnet",
|
"publisher": "valnet",
|
||||||
"displayName": "Vogue",
|
"displayName": "Vogue",
|
||||||
"description": "Vogue Language Support",
|
"description": "Vogue Language Support",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.55.0"
|
"vscode": "^1.51.1"
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
"Programming Languages"
|
"Programming Languages"
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"keywords": {
|
"keywords": {
|
||||||
"patterns": [{
|
"patterns": [{
|
||||||
"name": "keyword.control.vogue",
|
"name": "keyword.control.vogue",
|
||||||
"match": "\\b(namespace|required|restore|link|singleton|keepalive|import|as|member|runtime|static)\\b"
|
"match": "\\b(namespace|required|restore|link|singleton|keepalive|import|as|member|runtime|static|async|from)\\b"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue