[rust] update grammar

This commit is contained in:
Martin Aeschlimann
2017-10-24 11:02:54 +02:00
parent 7209cf604d
commit c30f6ce715
@@ -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"