Skip to content

Commit c30f6ce

Browse files
committed
[rust] update grammar
1 parent 7209cf6 commit c30f6ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/rust/syntaxes/rust.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
55
"Once accepted there, we are happy to receive an update request."
66
],
7-
"version": "https://github.com/zargony/atom-language-rust/commit/452fc72b48d293dc1440a10054babc77a16c24bc",
7+
"version": "https://github.com/zargony/atom-language-rust/commit/59893b659a6d674d0d1f6c4158d0f60cea20d190",
88
"name": "Rust",
99
"scopeName": "source.rust",
1010
"fileTypes": [
@@ -173,7 +173,7 @@
173173
"comment": "Type parameters",
174174
"name": "meta.type_params.rust",
175175
"begin": "<(?![=<])",
176-
"end": ">",
176+
"end": "(?<![-])>",
177177
"patterns": [
178178
{
179179
"include": "#block_comment"

0 commit comments

Comments
 (0)