diff --git a/extensions/rust/cgmanifest.json b/extensions/rust/cgmanifest.json index 676e6a18390d06a5f454109f63e6890d9394a60c..bfd20614952506cc8abc66f5ebb4072f9ab9bc63 100644 --- a/extensions/rust/cgmanifest.json +++ b/extensions/rust/cgmanifest.json @@ -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 diff --git a/extensions/rust/syntaxes/rust.tmLanguage.json b/extensions/rust/syntaxes/rust.tmLanguage.json index ffcbbfdbede7509291202f623a444d6d59c13c92..0bf85737864125e527c61e4c0c72a7b4fc3bc480 100644 --- a/extensions/rust/syntaxes/rust.tmLanguage.json +++ b/extensions/rust/syntaxes/rust.tmLanguage.json @@ -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" },