update test for rust mode
This commit is contained in:
parent
2008ab813f
commit
65b2cf2855
1 changed files with 10 additions and 7 deletions
|
|
@ -10,10 +10,9 @@
|
|||
],[
|
||||
"start",
|
||||
["keyword.source.rust","fn"],
|
||||
["meta.function.source.rust"," "],
|
||||
["text"," "],
|
||||
["entity.name.function.source.rust","main"],
|
||||
["meta.function.source.rust","("],
|
||||
["text",") {"]
|
||||
["text","() {"]
|
||||
],[
|
||||
"start",
|
||||
["text"," "],
|
||||
|
|
@ -88,10 +87,14 @@
|
|||
],[
|
||||
"start",
|
||||
["keyword.source.rust","fn"],
|
||||
["meta.function.source.rust"," "],
|
||||
["entity.name.function.source.rust","map<T, U>"],
|
||||
["meta.function.source.rust","("],
|
||||
["text","vector: &[T]"],
|
||||
["text"," "],
|
||||
["entity.name.function.source.rust","map"],
|
||||
["keyword.operator","<"],
|
||||
["text","T"],
|
||||
["keyword.operator",","],
|
||||
["text"," U"],
|
||||
["keyword.operator",">"],
|
||||
["text","(vector: &[T]"],
|
||||
["keyword.operator",","],
|
||||
["text"," function: &fn(v: &T) "],
|
||||
["keyword.operator","->"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue