Update grammars (#154099)

This commit is contained in:
Alex Ross 2022-07-05 09:53:51 +02:00 committed by GitHub
parent 866f22e2d1
commit 7b69a3c4e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 139 additions and 85 deletions

View file

@ -6,11 +6,11 @@
"git": { "git": {
"name": "jeff-hykin/better-cpp-syntax", "name": "jeff-hykin/better-cpp-syntax",
"repositoryUrl": "https://github.com/jeff-hykin/better-cpp-syntax", "repositoryUrl": "https://github.com/jeff-hykin/better-cpp-syntax",
"commitHash": "ddcaa65af8a578881e0d38f3c1cf5259a1128ab5" "commitHash": "924295fc44bde1a00fab60da3a2caca4509adb25"
} }
}, },
"license": "MIT", "license": "MIT",
"version": "1.15.17", "version": "1.15.18",
"description": "The original JSON grammars were derived from https://github.com/atom/language-c which was originally converted from the C TextMate bundle https://github.com/textmate/c.tmbundle." "description": "The original JSON grammars were derived from https://github.com/atom/language-c which was originally converted from the C TextMate bundle https://github.com/textmate/c.tmbundle."
}, },
{ {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,7 @@
"git": { "git": {
"name": "jlelong/vscode-latex-basics", "name": "jlelong/vscode-latex-basics",
"repositoryUrl": "https://github.com/jlelong/vscode-latex-basics", "repositoryUrl": "https://github.com/jlelong/vscode-latex-basics",
"commitHash": "8f2c528619535333a2ff12e321fb6f6efcba38e4" "commitHash": "7b08daed22963695616ef432c9d027427da5f450"
} }
}, },
"license": "MIT", "license": "MIT",

View file

@ -4,7 +4,7 @@
"If you want to provide a fix or improvement, please create a pull request against the original repository.", "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." "Once accepted there, we are happy to receive an update request."
], ],
"version": "https://github.com/jlelong/vscode-latex-basics/commit/8f2c528619535333a2ff12e321fb6f6efcba38e4", "version": "https://github.com/jlelong/vscode-latex-basics/commit/7b08daed22963695616ef432c9d027427da5f450",
"name": "LaTeX", "name": "LaTeX",
"scopeName": "text.tex.latex", "scopeName": "text.tex.latex",
"patterns": [ "patterns": [
@ -815,7 +815,7 @@
"name": "meta.function.end-document.latex" "name": "meta.function.end-document.latex"
}, },
{ {
"begin": "(?:\\s*)((\\\\)begin)(\\{)((?:array|equation|(?:IEEE)?eqnarray|multline|align|aligned|alignat|alignedat|flalign|flaligned|flalignat|split|gather|gathered|cases|(?:display)?math|[a-zA-Z]*matrix|(?:(?:arg)?(?:mini|maxi)))(?:\\*|!)?)(\\})(\\s*\\n)?", "begin": "(?:\\s*)((\\\\)begin)(\\{)((?:array|equation|(?:IEEE)?eqnarray|multline|align|aligned|alignat|alignedat|flalign|flaligned|flalignat|split|gather|gathered|cases|(?:display)?math|[a-zA-Z]*matrix|[pbBvV]?NiceMatrix|[pbBvV]?NiceArray|(?:(?:arg)?(?:mini|maxi)))(?:\\*|!)?)(\\})(\\s*\\n)?",
"captures": { "captures": {
"1": { "1": {
"name": "support.function.be.latex" "name": "support.function.be.latex"

View file

@ -6,11 +6,11 @@
"git": { "git": {
"name": "vscode-logfile-highlighter", "name": "vscode-logfile-highlighter",
"repositoryUrl": "https://github.com/emilast/vscode-logfile-highlighter", "repositoryUrl": "https://github.com/emilast/vscode-logfile-highlighter",
"commitHash": "19807c6a80d29b03ad69e02ffe39e5869a9ce107" "commitHash": "8acba9307254d1887ac770057767698c82d926c6"
} }
}, },
"license": "MIT", "license": "MIT",
"version": "2.11.0" "version": "2.15.0"
} }
], ],
"version": 1 "version": 1

View file

@ -4,7 +4,7 @@
"If you want to provide a fix or improvement, please create a pull request against the original repository.", "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." "Once accepted there, we are happy to receive an update request."
], ],
"version": "https://github.com/emilast/vscode-logfile-highlighter/commit/19807c6a80d29b03ad69e02ffe39e5869a9ce107", "version": "https://github.com/emilast/vscode-logfile-highlighter/commit/8acba9307254d1887ac770057767698c82d926c6",
"name": "Log file", "name": "Log file",
"scopeName": "text.log", "scopeName": "text.log",
"patterns": [ "patterns": [
@ -96,6 +96,10 @@
"match": "\\b([0-9]+|true|false|null)\\b", "match": "\\b([0-9]+|true|false|null)\\b",
"name": "constant.language log.constant" "name": "constant.language log.constant"
}, },
{
"match": "\\b(0x[a-fA-F0-9]+)\\b",
"name": "constant.language log.constant"
},
{ {
"match": "\"[^\"]*\"", "match": "\"[^\"]*\"",
"name": "string log.string" "name": "string log.string"

View file

@ -6,11 +6,11 @@
"git": { "git": {
"name": "microsoft/vscode-mssql", "name": "microsoft/vscode-mssql",
"repositoryUrl": "https://github.com/microsoft/vscode-mssql", "repositoryUrl": "https://github.com/microsoft/vscode-mssql",
"commitHash": "c98518dd7418ddfb6f35676e14cf12791b0a235d" "commitHash": "b8b58864526c048002b7c3964bdac8aac3713bd9"
} }
}, },
"license": "MIT", "license": "MIT",
"version": "1.10.1" "version": "1.16.0"
} }
], ],
"version": 1 "version": 1

View file

@ -4,7 +4,7 @@
"If you want to provide a fix or improvement, please create a pull request against the original repository.", "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." "Once accepted there, we are happy to receive an update request."
], ],
"version": "https://github.com/microsoft/vscode-mssql/commit/c98518dd7418ddfb6f35676e14cf12791b0a235d", "version": "https://github.com/microsoft/vscode-mssql/commit/b8b58864526c048002b7c3964bdac8aac3713bd9",
"name": "SQL", "name": "SQL",
"scopeName": "source.sql", "scopeName": "source.sql",
"patterns": [ "patterns": [
@ -191,7 +191,7 @@
"name": "keyword.operator.concatenator.sql" "name": "keyword.operator.concatenator.sql"
}, },
{ {
"match": "(?i)\\b(avg|checksum_agg|count|count_big|grouping|grouping_id|max|min|sum|stdev|stdevp|var|varp)\\b", "match": "(?i)\\b(aggregate|approx_count_distinct|avg|checksum_agg|count|count_big|grouping|grouping_id|max|min|sum|stdev|stdevp|var|varp)\\b",
"name": "support.function.aggregate.sql" "name": "support.function.aggregate.sql"
}, },
{ {
@ -202,14 +202,26 @@
"match": "(?i)\\b(cast|convert|parse|try_cast|try_convert|try_parse)\\b", "match": "(?i)\\b(cast|convert|parse|try_cast|try_convert|try_parse)\\b",
"name": "support.function.conversion.sql" "name": "support.function.conversion.sql"
}, },
{
"match": "(?i)\\b(collationproperty|tertiary_weights)\\b",
"name": "support.function.collation.sql"
},
{
"match": "(?i)\\b(asymkey_id|asymkeyproperty|certproperty|cert_id|crypt_gen_random|decryptbyasymkey|decryptbycert|decryptbykey|decryptbykeyautoasymkey|decryptbykeyautocert|decryptbypassphrase|encryptbyasymkey|encryptbycert|encryptbykey|encryptbypassphrase|hashbytes|is_objectsigned|key_guid|key_id|key_name|signbyasymkey|signbycert|symkeyproperty|verifysignedbycert|verifysignedbyasymkey)\\b",
"name": "support.function.cryptographic.sql"
},
{ {
"match": "(?i)\\b(cursor_status)\\b", "match": "(?i)\\b(cursor_status)\\b",
"name": "support.function.cursor.sql" "name": "support.function.cursor.sql"
}, },
{ {
"match": "(?i)\\b(sysdatetime|sysdatetimeoffset|sysutcdatetime|current_time(stamp)?|getdate|getutcdate|datename|datepart|day|month|year|datefromparts|datetime2fromparts|datetimefromparts|datetimeoffsetfromparts|smalldatetimefromparts|timefromparts|datediff|dateadd|eomonth|switchoffset|todatetimeoffset|isdate)\\b", "match": "(?i)\\b(sysdatetime|sysdatetimeoffset|sysutcdatetime|current_time(stamp)?|getdate|getutcdate|datename|datepart|day|month|year|datefromparts|datetime2fromparts|datetimefromparts|datetimeoffsetfromparts|smalldatetimefromparts|timefromparts|datediff|dateadd|eomonth|switchoffset|todatetimeoffset|isdate|date_bucket)\\b",
"name": "support.function.datetime.sql" "name": "support.function.datetime.sql"
}, },
{
"match": "(?i)\\b(datalength|ident_current|ident_incr|ident_seed|identity|sql_variant_property)\\b",
"name": "support.function.datatype.sql"
},
{ {
"match": "(?i)\\b(coalesce|nullif)\\b", "match": "(?i)\\b(coalesce|nullif)\\b",
"name": "support.function.expression.sql" "name": "support.function.expression.sql"
@ -219,7 +231,11 @@
"name": "support.function.globalvar.sql" "name": "support.function.globalvar.sql"
}, },
{ {
"match": "(?i)\\b(choose|iif)\\b", "match": "(?i)\\b(json|isjson|json_object|json_array|json_value|json_query|json_modify|json_path_exists)\\b",
"name": "support.function.json.sql"
},
{
"match": "(?i)\\b(choose|iif|greatest|least)\\b",
"name": "support.function.logical.sql" "name": "support.function.logical.sql"
}, },
{ {
@ -235,7 +251,7 @@
"name": "support.function.ranking.sql" "name": "support.function.ranking.sql"
}, },
{ {
"match": "(?i)\\b(opendatasource|openrowset|openquery|openxml)\\b", "match": "(?i)\\b(generate_series|opendatasource|openjson|openrowset|openquery|openxml|predict|string_split)\\b",
"name": "support.function.rowset.sql" "name": "support.function.rowset.sql"
}, },
{ {