提交 92d4b14e 编写于 作者: A Alex Ross

Update rust grammar

上级 afb6a0c5
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
"git": { "git": {
"name": "rust-syntax", "name": "rust-syntax",
"repositoryUrl": "https://github.com/dustypomerleau/rust-syntax", "repositoryUrl": "https://github.com/dustypomerleau/rust-syntax",
"commitHash": "f202e7c2b0e962d78d82477b97c25a6234210c78" "commitHash": "7b924664814131ae4509a537bb07960fe65dcaac"
} }
}, },
"license": "MIT", "license": "MIT",
"description": "A TextMate-style grammar for Rust.", "description": "A TextMate-style grammar for Rust.",
"version": "0.4.2" "version": "0.4.3"
} }
], ],
"version": 1 "version": 1
......
...@@ -4,7 +4,7 @@ ...@@ -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/dustypomerleau/rust-syntax/commit/f202e7c2b0e962d78d82477b97c25a6234210c78", "version": "https://github.com/dustypomerleau/rust-syntax/commit/7b924664814131ae4509a537bb07960fe65dcaac",
"name": "Rust", "name": "Rust",
"scopeName": "source.rust", "scopeName": "source.rust",
"patterns": [ "patterns": [
...@@ -150,6 +150,9 @@ ...@@ -150,6 +150,9 @@
{ {
"include": "#keywords" "include": "#keywords"
}, },
{
"include": "#lifetimes"
},
{ {
"include": "#punctuation" "include": "#punctuation"
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册