mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Update grammars (#189172)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"git": {
|
||||
"name": "redhat-developer/vscode-java",
|
||||
"repositoryUrl": "https://github.com/redhat-developer/vscode-java",
|
||||
"commitHash": "7a770ab6750b4b09173d98de14eb9792e3432b36"
|
||||
"commitHash": "5fb57e8e1c5d776b21be13cd7227b25b87edf4a6"
|
||||
}
|
||||
},
|
||||
"license": "MIT",
|
||||
@@ -48,4 +48,4 @@
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
|
||||
"Once accepted there, we are happy to receive an update request."
|
||||
],
|
||||
"version": "https://github.com/redhat-developer/vscode-java/commit/7a770ab6750b4b09173d98de14eb9792e3432b36",
|
||||
"version": "https://github.com/redhat-developer/vscode-java/commit/5fb57e8e1c5d776b21be13cd7227b25b87edf4a6",
|
||||
"name": "Java",
|
||||
"scopeName": "source.java",
|
||||
"patterns": [
|
||||
@@ -1378,6 +1378,17 @@
|
||||
},
|
||||
"properties": {
|
||||
"patterns": [
|
||||
{
|
||||
"match": "(\\.)\\s*(new)",
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "punctuation.separator.period.java"
|
||||
},
|
||||
"2": {
|
||||
"name": "keyword.control.new.java"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": "(\\.)\\s*([a-zA-Z_$][\\w$]*)(?=\\s*\\.\\s*[a-zA-Z_$][\\w$]*)",
|
||||
"captures": {
|
||||
|
||||
Reference in New Issue
Block a user