mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-23 11:34:19 +00:00
Give Rust lifetime
s their own color
This commit is contained in:
parent
7c886c8418
commit
ca2cebdaaf
1 changed files with 10 additions and 2 deletions
|
@ -298,6 +298,16 @@
|
||||||
"fontStyle": "bold",
|
"fontStyle": "bold",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "lifetime",
|
||||||
|
"scope": [
|
||||||
|
"punctuation.definition.lifetime",
|
||||||
|
"entity.name.type.lifetime",
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#8a653b",
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "variable",
|
"name": "variable",
|
||||||
"scope": [
|
"scope": [
|
||||||
|
@ -321,12 +331,10 @@
|
||||||
"constant.language.import-export-all",
|
"constant.language.import-export-all",
|
||||||
"constant.other.placeholder.makefile",
|
"constant.other.placeholder.makefile",
|
||||||
"entity.name.tag.reference.scss",
|
"entity.name.tag.reference.scss",
|
||||||
"entity.name.type.lifetime",
|
|
||||||
"keyword.other.special-method",
|
"keyword.other.special-method",
|
||||||
"keyword.other.this",
|
"keyword.other.this",
|
||||||
"meta.function.definition keyword.operator.logical",
|
"meta.function.definition keyword.operator.logical",
|
||||||
"meta.use.rust keyword.other.crate",
|
"meta.use.rust keyword.other.crate",
|
||||||
"punctuation.definition.lifetime",
|
|
||||||
"support.function.builtin.shorthand.gdscript",
|
"support.function.builtin.shorthand.gdscript",
|
||||||
"support.function.magic",
|
"support.function.magic",
|
||||||
"support.function.target.PHONY",
|
"support.function.target.PHONY",
|
||||||
|
|
Loading…
Reference in a new issue