We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7209cf6 commit c30f6ceCopy full SHA for c30f6ce
1 file changed
extensions/rust/syntaxes/rust.tmLanguage.json
@@ -4,7 +4,7 @@
4
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
5
"Once accepted there, we are happy to receive an update request."
6
],
7
- "version": "https://github.com/zargony/atom-language-rust/commit/452fc72b48d293dc1440a10054babc77a16c24bc",
+ "version": "https://github.com/zargony/atom-language-rust/commit/59893b659a6d674d0d1f6c4158d0f60cea20d190",
8
"name": "Rust",
9
"scopeName": "source.rust",
10
"fileTypes": [
@@ -173,7 +173,7 @@
173
"comment": "Type parameters",
174
"name": "meta.type_params.rust",
175
"begin": "<(?![=<])",
176
- "end": ">",
+ "end": "(?<![-])>",
177
"patterns": [
178
{
179
"include": "#block_comment"
0 commit comments