[rust] Update rust grammar (for #19574)

This commit is contained in:
Martin Aeschlimann 2017-02-09 16:21:59 +01:00
parent 3cbc2f5a77
commit 2c42d3877e

View File

@ -221,6 +221,18 @@
"patterns": [
{
"include": "#string_literal"
},
{
"include": "#block_doc_comment"
},
{
"include": "#block_comment"
},
{
"include": "#line_doc_comment"
},
{
"include": "#line_comment"
}
]
},
@ -606,5 +618,5 @@
]
}
],
"version": "https://github.com/zargony/atom-language-rust/commit/6c08dea495f39871c2d3bacf8735fd327e4706c0"
"version": "https://github.com/zargony/atom-language-rust/commit/5e32388ed873683f3ccdea618c25d1ace8759608"
}