mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
Update grammars (#200730)
This commit is contained in:
@@ -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/5d224a552cf5f0f8ebccf69e43e2575ed2c13839",
|
||||
"version": "https://github.com/redhat-developer/vscode-java/commit/f09b712f5d6d6339e765f58c8dfab3f78a378183",
|
||||
"name": "Java",
|
||||
"scopeName": "source.java",
|
||||
"patterns": [
|
||||
@@ -1598,11 +1598,7 @@
|
||||
"name": "string.quoted.triple.java",
|
||||
"patterns": [
|
||||
{
|
||||
"match": "\\\\\"\"\"",
|
||||
"name": "constant.character.escape.java"
|
||||
},
|
||||
{
|
||||
"match": "\\\\.",
|
||||
"match": "(\\\\\"\"\")(?!\")|(\\\\.)",
|
||||
"name": "constant.character.escape.java"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user