mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-28 13:46:17 +00:00
Update grammars (#248013)
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
"git": {
|
||||
"name": "microsoft/vscode-mssql",
|
||||
"repositoryUrl": "https://github.com/microsoft/vscode-mssql",
|
||||
"commitHash": "d07e0f838eabff968e4387841427d3c3af8aeec6"
|
||||
"commitHash": "13b0abd18a7cd4ca0e2384890ad2eed8dbd9043c"
|
||||
}
|
||||
},
|
||||
"license": "MIT",
|
||||
"version": "1.29.0"
|
||||
"version": "1.31.0"
|
||||
}
|
||||
],
|
||||
"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/microsoft/vscode-mssql/commit/d07e0f838eabff968e4387841427d3c3af8aeec6",
|
||||
"version": "https://github.com/microsoft/vscode-mssql/commit/13b0abd18a7cd4ca0e2384890ad2eed8dbd9043c",
|
||||
"name": "SQL",
|
||||
"scopeName": "source.sql",
|
||||
"patterns": [
|
||||
@@ -354,6 +354,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": "(?i)\\b(vector_distance|vector_norm|vector_normalize)\\b\\s*\\(",
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "support.function.vector.sql"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"captures": {
|
||||
"1": {
|
||||
|
||||
Reference in New Issue
Block a user