Update rust grammar

This commit is contained in:
Alex Ross 2020-12-30 13:06:06 +01:00
parent afb6a0c56e
commit 92d4b14e29
2 changed files with 6 additions and 3 deletions

View file

@ -6,12 +6,12 @@
"git": {
"name": "rust-syntax",
"repositoryUrl": "https://github.com/dustypomerleau/rust-syntax",
"commitHash": "f202e7c2b0e962d78d82477b97c25a6234210c78"
"commitHash": "7b924664814131ae4509a537bb07960fe65dcaac"
}
},
"license": "MIT",
"description": "A TextMate-style grammar for Rust.",
"version": "0.4.2"
"version": "0.4.3"
}
],
"version": 1

View file

@ -4,7 +4,7 @@
"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."
],
"version": "https://github.com/dustypomerleau/rust-syntax/commit/f202e7c2b0e962d78d82477b97c25a6234210c78",
"version": "https://github.com/dustypomerleau/rust-syntax/commit/7b924664814131ae4509a537bb07960fe65dcaac",
"name": "Rust",
"scopeName": "source.rust",
"patterns": [
@ -150,6 +150,9 @@
{
"include": "#keywords"
},
{
"include": "#lifetimes"
},
{
"include": "#punctuation"
},