mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
[rust] update grammar
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.",
|
"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/zargony/atom-language-rust/commit/452fc72b48d293dc1440a10054babc77a16c24bc",
|
"version": "https://github.com/zargony/atom-language-rust/commit/59893b659a6d674d0d1f6c4158d0f60cea20d190",
|
||||||
"name": "Rust",
|
"name": "Rust",
|
||||||
"scopeName": "source.rust",
|
"scopeName": "source.rust",
|
||||||
"fileTypes": [
|
"fileTypes": [
|
||||||
@@ -173,7 +173,7 @@
|
|||||||
"comment": "Type parameters",
|
"comment": "Type parameters",
|
||||||
"name": "meta.type_params.rust",
|
"name": "meta.type_params.rust",
|
||||||
"begin": "<(?![=<])",
|
"begin": "<(?![=<])",
|
||||||
"end": ">",
|
"end": "(?<![-])>",
|
||||||
"patterns": [
|
"patterns": [
|
||||||
{
|
{
|
||||||
"include": "#block_comment"
|
"include": "#block_comment"
|
||||||
|
|||||||
Reference in New Issue
Block a user